[Resolved] Sub Navigation style problem

Home Forums Support [Resolved] Sub Navigation style problem

Home Forums Support Sub Navigation style problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1582497
    Steve

    On our website on the homepage the menu for offices (top right) on the drop down menu displays more than is needed for the menu. How do I narrow this down so only the menu is shown not the rest of the right hand side. It is a blue background, the menu choices are in white.

    #1582683
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS in your site:

    .nav-aligned-right .main-navigation ul, .nav-aligned-center .main-navigation ul {
        padding-right: 400px;
    }

    Instead of padding use margin ie.

    .nav-aligned-right .main-navigation ul, .nav-aligned-center .main-navigation ul {
        margin-right: 400px;
    }
    #1582690
    Steve

    Superb, many thanks for your help

    #1582773
    David
    Staff
    Customer Support

    You’re welcome

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