Tagged: menu-item
Hi,
Having added a text logo I needed to move the top menu down a bit to accommodate the jpeg. However having done that the small red bar that appears when you highlight a menu item now needs to come up but I cannot find the item to do it.
The site is on a localhost
Regards
Richard
Hey Richard!
Can you post a screenshot and show us how it currently looks? It would be helpful
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_menu .menu ul { top: 70%; }
Best regards,
Yigit
Hi Yigit
Thanks for that. Can you tell me why it goes into the Quick CSS rather than the style sheet?
Thanks
Richard
Hi Richard!
What code have you used to move the menu down?
Regards,
Josue
Hi
.main_menu {
margin-top: 45px;
}
Place in the style sheet
Regards
Richard