Site logo

Archived topic

RTL on footer menu

5 replies · Started by Itay on November 27, 2017

Viewing posts 1–6 of 6

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;
}

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?

This archived topic is closed to new replies.