Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #302103

    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 :)

    #302125

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.