Site logo

[Resolved] Menu questions

Home Forums Support [Resolved] Menu questions

Home Forums Support Menu questions

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #867366
    Harris

    Perfect.
    Thanks!

    One last (I hope) thing.
    Why in Menu 4 am I getting an extra space at the begining?
    Is it somehow related with the drop down arrow that is hidden (from menu 3).
    How can I ommit it?
    I am looking for it for a long time with no success….. 🙁

    #867457
    David
    Staff
    Customer Support

    Most probably – if you can inspect the previous menu item you should see the whether the padding is being applied there. Hard to tell without seeing the site.

    #867484
    Harris

    There’s no extra padding added especially to the previous menu item.
    The space is after the divider you helped me to add.

    You can see the site (if you want) if you check the url posted in the initial post.

    #867551
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS:

    .main-navigation .main-nav ul li.menu-item-has-children > a {
        padding-right: 11px;
    }
    #867659
    Harris

    Fixed.
    Thanks once again!

    #867966
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.