[Resolved] RTL on footer menu

Home Forums Support [Resolved] RTL on footer menu

Home Forums Support RTL on footer menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #435350
    Itay

    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!

    #435842
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .rtl .footer-bar .widget_nav_menu li {
        direction: rtl;
        float: right;
    }
    #436642
    Itay

    Hi Tom!

    The code you wrote is working well, but the footers position went south:

    http://prntscr.com/hg6w25

    #436673
    Tom
    Lead Developer
    Lead Developer

    Everything looks fine to me? Here’s what I see: https://www.screencast.com/t/4nwx691n

    #437120
    Itay

    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

    #437306
    Tom
    Lead Developer
    Lead Developer

    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?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.