Home › Forums › Themes Support › Claue-Shopify › Image Background Doesn't Auto Resize in (Mobile)
- This topic has 9 replies, 2 voices, and was last updated 6 years, 7 months ago by ohitssteven.
-
AuthorPosts
-
-
May 26, 2018 at 7:01 am #20894
Question 1
Whats the fix for this?
Image Background Doesn’t Auto Resize in (Mobile)
The website is displayed fine. Mobile is weirdly sized.
Question 2
How do I edit the ratings and reviews? Like how do I edit it to something for example (Important Details).
Attachments:
You must be logged in to view attached files. -
May 27, 2018 at 12:18 am #20920
Hi,
Thank you for choosing our theme.
1. Please add below code to Theme Settings > Custom Code > Custom CSS
#shopify-section-1527280371005.shopify-section {background-size: contain !important;}
2. Sorry the app review don’t give permission to edit rating and review
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
May 27, 2018 at 2:04 am #20926
Hi I added the css code to fix the background issue, now its only a plain white background on mobile
-
-
May 27, 2018 at 2:03 am #20925
For the ratings should I download a app in the store?
-
May 27, 2018 at 8:21 am #20935
Hi,
1. For review app please try this https://apps.shopify.com/product-reviews
2. Please change prev code to
@media only screen and (max-width: 736px) { #shopify-section-1527280371005.shopify-section { background-size: contain !important; min-height: 30vh !important; background-attachment: scroll; height: 30vh; } }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 27, 2018 at 8:44 am #20941
Hi,
Please change prev code to
@media only screen and (max-width: 736px) { #shopify-section-1527280371005.shopify-section { background-size: contain !important; min-height: 30vh !important; background-attachment: scroll; height: 30vh; } .jas-parallax.jas-full-height--1527280371005 { min-height: calc(50vh - 110px);} }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 27, 2018 at 9:38 am #20944
Hi,
Please change code to
@media only screen and (max-width: 736px) { #shopify-section-1527280371005.shopify-section { background-size: contain !important; min-height: 30vh !important; background-attachment: scroll; height: 30vh; } .jas-parallax.jas-full-height--1527280371005 { min-height: calc(50vh - 110px) !important;} }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
May 27, 2018 at 9:47 am #20945
Thank you it works now!
-
-
-
AuthorPosts
You must be logged in to reply to this topic.