Hello
I have installed JA Purity IV on a website.
I want the content text to be full width as per the sample image between the red lines
Also how can I resize the menu so that the text for the menu is all in one line?
Thankyou
Hello
I have installed JA Purity IV on a website.
I want the content text to be full width as per the sample image between the red lines
Also how can I resize the menu so that the text for the menu is all in one line?
Thankyou
Hi @jacquievc,
Please check again for me. Your website shows the error "You have tried to log in unsuccessfully to this website. Contact system administrator." when I am testing and customizing the style.
Kind regards,
Hello sorry I have unblocked your URL and also updated the admin URL here this should let you login now.
The site is using AdminTools, I have removed a blocked IP for Vietnam.
I have noticed that the URL I have provided keeps changing the - that is between the n and 4 with a #
it should be like this n-4
Hi @jacquievc,
Thank you very much. I added the custom CSS style and updated the article detail layout to fix the sub-menu width and increase the content width.
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
min-width: 360px;
}
}
.t4-header .header-wrap {
padding-top: 12px;
padding-bottom: 12px;
}
.navbar-brand a img {
width: auto;
max-height: 80px;
}
.item-page.layout-default.no-sidebar .bottom-article-info {
max-width: 100%;
}
Reload your website to view all changes.