Tagged: x
-
AuthorPosts
-
January 18, 2017 at 3:24 am #1334744
streetberlinParticipantHi 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?
January 18, 2017 at 3:44 am #1334761
LelyModeratorHello 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.
January 18, 2017 at 4:05 am #1334779
Paul RModeratorHi,
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.
January 18, 2017 at 5:41 am #1334881
streetberlinParticipantPaul’s hint did the trick, solved! thanks
January 18, 2017 at 5:46 am #1334890
LelyModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1334744 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
