This topic has 6 replies, 2 voices, and was last updated 3 years ago ago by Goostaf
Hello, have you noticed that static menu blocks are hidden in ajax and do not appear in the search engine index, how can I fix this? We need a 2-column menu, so we use static blocks, with a normal menu everything is fine.
Seems to figure it out on our own by unchecking: Disable Ajax Load Dropdown Menu
2. How to style the menu on mobile so that the rest are? Color, and font and center?
Hello,
Try to use the next code:
@media (max-width: 992px) {
.et-menu-list .menu-title>:not(.label-text) {
color: #d8827a !important;
font-family: Raleway !important;
font-weight: 700 !important;
}
div.mobile-menu-content .et_b_header-menu .menu li {
justify-content: center;
}
}
Regards
Great, thanks, another question, is the width of the dropdown menu adjustable somehow? In the mega menu, we were able to, but in the simple one I do not see the settings.
Custom CSS code can be used (Theme options > Theme custom CSS > Desktop):
.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist) {
min-width: 500px;
}
Regards
thanks a lot:)
Tagged: ajax, static menu, templates, woocommerce, wordpress
The issue related to '‘The static menu is hidden in Ajax, how to fix it?’' has been successfully resolved, and the topic is now closed for further responses