Okay
  Public Ticket #2774722
Big dropdown menu wpml flag
Closed

Comments

  •  7
    Max started the conversation

    Hello the team,

    I installed WPML on this website https://www.bysolou.com/category/blog/ and I don't know how to get a drop down menu to the correct size. Because there seems to be a huge padding on the right.

    Thank you a lot

  •  279
    Noah replied

    Hello Max,

    Thank you for getting in touch.

    Please share your admin access credentials.

    Thanks,

  •   Max replied privately
  •  1,878
    Judith replied

    Hi Max,

    Please send a screenshot for us to get the padding issue clearly.

    Thanks.

  •  7
    Max replied

    Hi Judith,

    I add the screenshot to this message
    You can also see it on this page : https://www.bysolou.com/category/blog/
    because one article is in english.

    Thks a lot

  •  1,878
    Judith replied

    Hi Max,

    Please try this css:

    .sf-menu >li ul {
        padding: 10px;
        width: 14em;
        margin-top: -38px;
    }

    Thanks.

  •  7
    Max replied

    Hello Judith,

    Thank you for your reply. The problem is not the distance between the main menu and the submenu, I would like the right padding of the submenu to be smaller. Because after the flag there is a huge white.

  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpml-ls-item .sub-menu{
        width: 6em !important;
    }

    Thanks


    ThemeNectar Support Team