Archived topic
RTL on footer menu
5 replies · Started by Itay on November 27, 2017
Hi!
I have added a menu widget on the footer bar and even though that the site is defined as RTL, the menu shows up as LTR.
How to fix that?
Thanks!
Hi there,
Give this a shot:
.rtl .footer-bar .widget_nav_menu li {
direction: rtl;
float: right;
}
Hi Tom!
The code you wrote is working well, but the footers position went south:
Everything looks fine to me? Here's what I see: https://www.screencast.com/t/4nwx691n
Thanks for your reply!
I looked into it again and it seems that the problem occur only when I sign in and I see the admin bar on the top.
On that case the footer get pushed down
Hmm, the admin bar is fixed by default, meaning it has no affect on any other elements on the page (it sits on top). Perhaps you have some custom CSS or a plugin changing the style of the admin bar?