Skip to content
Public Ticket #8370

Header and Footer RTL not work

Conversation thread

ma7mod7osam Husam replied

Customer Reply

We tried that.. It's not working also

PenciDesign replied

Staff Reply

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 Husam replied

Customer Reply

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  

PenciDesign replied

Staff Reply

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 Husam replied

Customer Reply

Thanks, 

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

Please check it

PenciDesign replied

Staff Reply

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 Husam started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.