Tagged: code error, page
causing menui bar height to increase
Hey daves1997,
Thank you for the inquiry.
The height of the menu container is set to 88px by default. If you want it adjusted, you can try this css code.
#header_main .container, .main_menu ul:first-child>li a {
height: 40px;
line-height: 40px;
}
Best regards,
Ismael
Ecery other page is perfect. I said the issue is on 1 page
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for this one page:
.page-id-214219 #header_main .container,
.page-id-214219 .main_menu ul:first-child>li a,
.page-id-214219 .main_menu ul:first-child>li {
height: 40px;
line-height: 40px;
}
.page-id-214219 li.dropdown_ul_available:not(#menu-item-5472)::after {
content: "▼";
color: #210e23;
position: absolute;
top: -4px;
left: -3px;
font-weight: bold;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
It worked. I was checking code and found no error. Strange
Hi,
Strange indeed, I didn’t find any errors, but glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike