Hello,
How can I adjust / expand the background width reap. right hand side padding (dark blue color on mouse over)
for the main menu link “Kontakt”? It seems to be kinda cut off.
The header layout settings are as follows:
Menu / Logo position: Logo left, Menu right
Header Size: large
Separator: no separator
Header Style: minimal
Header Title / breadcrumbs: hide both
Header behavior: sticky
Thank you!
Hey hasbeat!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Hi Yigit – Awesome, thank you!