• Resolved yandoos

    (@yandoos)


    Hello I’ve resized my secondary menu by using:
    #nav-second ul.sf-menu>li {
    width: 11.05%;
    }

    But I now need to reduce the padding or margin from the left and right sides so the first menu item is closer to the left and the last menu item can be closer to the right.

    e.g.
    #nav-second ul.sf-menu>li {
    width: 11.05%; padding-left:0px;margin-left:0px;
    }

    How can I do this please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter yandoos

    (@yandoos)

    Sorry I meant I have tried:

    #nav-second ul.sf-menu>li {
    width: 11.05%;
    }

    #nav-second {
    padding-left:0px;margin-left:0px;
    }

    I just need to make it so the first menu item is closer to the left edge of the page.

    This will give an extra 15px at each side:

    #cat_nav .container {padding-left:0; padding-right:0}

    Thread Starter yandoos

    (@yandoos)

    Brilliant thank you! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Secondary menu padding/margin’ is closed to new replies.