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.
- Custom CSS code:
@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%;
}
- Added the default.php file in the "ja_purity_iv/local/html/com_content/article/" folder.
Reload your website to view all changes.