[Resolved] The gap among the submenus

Home Forums Support [Resolved] The gap among the submenus

Home Forums Support The gap among the submenus

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1514900
    Tugce

    Hi, how can I decrease the gap between submenus? You can find a screenshot below:
    https://ibb.co/jJVrdMG

    #1514955
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know πŸ™‚

    #1515218
    Tugce

    Hi Leo, just answered πŸ™‚

    #1515237
    Leo
    Staff
    Customer Support

    Can you disable your caching first?

    Looks like you’ve already added some CSS for it.

    #1515639
    Tugce

    I don’t remember how I add CSS on it. I’m using WPML without an additional CSS πŸ™‚

    #1516055
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .main-navigation .main-nav ul ul li.wpml-ls-item a {
        padding: 10px 20px;
    }

    the 10px is the top and bottom padding, this has been reduced from 20px

    #1516374
    Tugce

    Hi David,

    Many thansk for your help.

    Just one more question. How can I increase the width of a container on that column? Increasing 20px didn’t affected the horizontal width.

    Thanks!

    #1516486
    Leo
    Staff
    Customer Support

    Try this:

    .main-navigation ul li.wpml-ls-item ul {
        width: 100px;
        text-align: center;
    }
    #1517150
    Tugce

    Many thanks for your support!

    #1517907
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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