Tagged: icons
Hi,
My menu items wrap (have a line break in them). How do I extend the length of the menu item so it is all on one line?
http://www.eyesforlies.com/backup/
Click on Services/Training/New Tools to Spot Deception
Also, on my Services page, my icons at the bottom of the page don’t line up evenly when I look at it on a smaller page. They go like this:
XX XX
XX XX
How do I fix that?
THANK YOU :)
Hey!
Try adding this code to the Quick CSS:
.sub-menu {
width: 260px !important;
}
#top .av-main-nav ul ul{
left: -260px !important;
}
Adjust as needed.
Cheers!
Josue