Hi,
the menu is not as it should after i updated enfold.
I use this code:
#top .main_menu .menu>li:last-child>a { padding-right: 15px; }
.header_color .main_menu ul { background-color: rgba(50,50,50,0.2); }
.bottom_nav_header.social_header .main_menu,
.header_color .main_menu ul:first-child > li > a { color: #666666; font-weight: 200; font-family: 'Cabin'; font-size: 12px; }
.header_color .main_menu ul:first-child > li > a:hover { color: #ffffff; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #304a87; }
#top .main_menu .menu li ul a { font-size: 14px; }
.bottom_nav_header.social_header .main_menu ul:first-child > li a {font-size: 11px;}
.menu {max-width: 780px;}
@media only screen and (min-width: 768px) and (max-width: 989px) {.menu {max-width: 412px;}}
.html_boxed #main { padding-top: 50px; }
And i can’t figure out how to get this fixed.
The last menu point slips in the next line.
Regards Simon
Hey simonac!
Please add following code to Quick CSS
#header_main_alternate .container {
padding: 0;
}
#top .av_seperator_big_border#header .av-main-nav > li > a {
padding: 0 6px;
}
Cheers!
Yigit
Thanks Yigit.
But now there is a seperator at the end.
Hi!
Please add following code to Quick CSS as well
#top .main_menu .menu>li:last-child>a { border-right: none !important; }
Best regards,
Yigit
Super!