Hi I’ve got a problem with the mega menu displaying a thin dotted line between one of the columns of the mega menu.
I have three columns in my mega menu and the line is only displayed between the second and third.
Please see screenshot here:
http://drive.igm-computers.com/wp-content/uploads/megamenu.png
Thanks
Hi UKiain,
By default the mega menu should have a line between each of the columns (see demo Pages sub menu for example).
If you can provide a link to the site we can inspect the code and see why the other column isn’t getting it.
Regards,
Devin
Hey!
Try to insert following code into the quick css field
.main_menu ul:first-child > li {
border: none !important;
}
Best regards,
Peter