Problem on touch screen devices with the background width and image
-
Hi,
I am having the following problem with the following shop page:
https://taharrur(dot)com/ar/shopOn some of the mobile browsers the background width is too big and the background image slides to the left of the shop in the Arabic shop page, so the shop is not visible without sliding to the right side.
The background image is also only partly visible. I am using translatepress but tried different translation plugins and settings with no use.
The site is English/Arabic and I am using a Storefront Child folder with style.css and style-rtl.css in it. Here is what I wrote in the child functions.php:
if (is_rtl()){
$parent_style = ‘storefront-style’;
// wp_dequeue_style( ‘storefront-child-style’ ); // I tried commenting this out or commenting out wp_style_add_data
wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style-rtl.css’, array( $parent_style), get_the_time() ); // ‘storefront-child-style’ does not work
wp_style_add_data( ‘storefront-child-style’, ‘rtl’, ‘replace’ ); // // I tried commenting this out or commenting out wp_dequeue_style
}
}I am using rtlcss.com to generate the style-rtl.css file.
I also added the following to the beginning of style-rtl.css but it did not solve the issue:
body{direction: rtl !important;
unicode-bidi: bidi-override !important;}body.custom-background {
width:100%;
background-color: #eeeeee;
background-position: right center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
}The issue appears on Safari, Firefox, Edge, Samsung mobile and UC Browser, but the page works just fine in Chrome and Opera mobile browsers!
Any help is much appreciated.
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by . Reason: typos
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Problem on touch screen devices with the background width and image’ is closed to new replies.