Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1340688

    Hello,
    I have a website where the WPML language switcher items appear in the main navigation of enfold. I like to bringt them a little bit closer together, so that the padding betweeb DE EN ES is not so wide. Padding left/right is 13px at the momentmm it should be 4px.
    I have tried some CSS with no results.
    Can you help?

    Thanks!
    Best Regards

    #1340708

    Hi,

    Thanks for contacting us!

    I added following code to Style.css file of your child theme

    
    #top #header .av-main-nav > li.menu-item-language > a {
      padding: 0 4px;
    }

    Please review your website :)

    Regards,
    Yigit

    #1340716

    Hi,
    that works like charm, thanks, Yigit.
    How do I add a little bit more space/padding between KONTAKT and DE EN ES?

    Best Regards

    #1340721

    Hey,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top #header .av-main-nav > li#menu-item-224 > a {
      padding-right: 30px;
    }
    

    Default value is 13px :)

    Regards,
    Yigit

    #1340729

    Great, that does the job. You can close the topic if you want. Have a nice day.

    Best Regards

    #1340732

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WPML menu items padding’ is closed to new replies.