Hi,
on our page (under construction, url below) the last menu box with the entry “login” does not show any space (in blue) between last character “n” and right box border on hover. I would like to get this like in the other menu entries – left AND right space before/after the content.
What can I do?
Thx a lot & best regards, Tilman / oestersund
Hi oestersund!
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 to disable CSS minifying feature before applying the code
Cheers!
Yigit
thx Yigit, this works !
Best, Tilman