Hi! My client doesn’t want the typical responsive menu with the horizontal lines which you have to click on it to open the menu. He wants to keep the normal menu on 2 rows. To keep the normal menu and have it on 2 rows, that easy but it has vertical lines separator and once on 2 rows, there is a non useful one on the beginning of the second row (before the 4th menu element), can you help me with that? Thank you!
Hey metamorfic,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width:767px) {
#menu-item-529 a {
border-left:none!important;
}}
Best regards,
Vinay
Perfect! Thanks!!