Hi there
How can I get rid of the lines around the header navigation?
My page is the following:
http://2014.roboearth.org
Thank you
Hi Carolina!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { border: none !important; }
Best regards,
Yigit
Hi Yigit! Thanks a lot!
Another question: on the mobile version the logo shrinks on a very strange way. How can I improve the situation?
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
height: auto !important; }}
Cheers!
Yigit
Thank you Yigit!