Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1334744
    streetberlin
    Participant

    Hi guys

    I have a wpml language switcher widget in the header on renew stack.

    Right now the widget is left aligned, I would like to have it right aligned.

    How d I do that?

    Street Photography. Berlin Photography

    #1334761
    Lely
    Moderator

    Hello There,

    Are you referring on the language switcher at the bottom? It is center when I checked. To make it right aligned, please use the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
        text-align: right;
    }

    Hope this helps.

    #1334779
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    body .x-widgetbar .x-column.x-1-3 {
        min-height: 10px;
    }
    
    

    Hope that helps.

    #1334881
    streetberlin
    Participant

    Paul’s hint did the trick, solved! thanks

    #1334890
    Lely
    Moderator

    Hi There,

    Thank you for the clarification. Please use this instead:

    .x-widgetbar .x-column.x-md.x-1-3.last {
        float: right;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1334744 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>