Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2043188
Header and Footer RTL not work
Closed

Comments

  • ma7mod7osam started the conversation

    Hello Guys,

    We are using WPML with your theme and when we the header and footer not working with RTL.

    the body goes right but the header and footer not working with RTL direction.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Strange, don't know why the rlt.css from the theme doesn't load when you swtich to RTL.

    Ok, let's try add more this code to Customize > Custom CSS to fixed that issue:

    body.rtl #navigation .menu{ float: right; }
    body.rtl #top-search{ float: left; }
    body.rtl .footer-widget-wrapper .widget .widget-title .inner-arrow{ text-align: left; }
    

    Best Regards,

    PenciDesign

  • ma7mod7osam replied

    Thanks, 

    That worked with the header but doesn't work with footer.

    Please check it

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, sorry, please replace the code I sent to this code:

    body.rtl #navigation .menu{ float: right; }
    body.rtl #top-search{ float: left; }
    body.rtl .footer-widget-wrapper .widget .widget-title .inner-arrow{ text-align: right; }


    Best Regards,

    PenciDesign

  • ma7mod7osam replied

    Hello

    it worked thanks but there is something not going to rtl "the menu" i don't know why.

    everything else work perfectly except the menu on pc version not going rtl  

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fix it:

    body.rtl #navigation ul.menu > li{ float: right; }
    

    Best Regards,

    PenciDesign

  • ma7mod7osam replied

    We tried that.. It's not working also

  •  2,699
    PenciDesign replied

    Hi,

    I can see it work fine: http://prntscr.com/o2jxjk

    Can you tell me what's wrong here?


    Best Regards,

    PenciDesign