This topic has 2 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hi,
I have an English website (Primary language) + Arabic translation (secondary language) using WPML
on the PC browser everything looks great; but on mobile:
1- The Primary language is perfect. nothing is needed here.
2- The secondary language responsiveness is not working properly: it is difficult to describe it in words but the user can move the page beyond its limits (left side) showing menu items without even clicking the hamburger menu button
Hello,
Please edit legenda-child/functions.php
before – http://prntscr.com/l3fsgy
after – http://prntscr.com/l3fs9c
if ( is_rtl() ) {
wp_enqueue_style( 'parent-rtl-style', get_template_directory_uri() . '/rtl.css' );
}
Regards
You must be logged in to reply to this topic.Log in/Sign up