Adding Margin to WPML Language Switcher Below Mobile Responsive Footer

The mobile responsive footer hides the WPML language switcher, how to add some margin below?

thank !!

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    It is always a good idea to also attach a screenshot showing your issue.

    Thanks

  • sorry 2023.eva-vautier.com


    the wpml select langage is the bottom menu under :


  • Please, use the following CSS code:

    @media only screen and (max-width: 767px){
       .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
          margin-bottom: 80px!important;
       }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

  • perfect ! thank you very much

Sign In or Register to comment.