hi, i have a shopify theme that I paid for (start up theme) and when i set up slide show and view it on mobile, the text is on the right. is there a code I can input that centers the image and text on mobile only?
I want it on the right on desktop but it looks odd on mobile.
www.chiquebeautybar.com
@alexmosp91
Please add the following code at the bottom of your assets/theme.css file
@media (max-width: 719px){
.has-image .slide-text { text-align: left !important; }
}
Hope this helps.
Thanks!
Hi @alexmosp91
Thank you for your question.
If you are talking about the text align on the slider.
You can follow this to fix:
follow this path:
Themes => edit code => asset => theme.css.liquid
and add this code to bottom of the file theme.css.liquid
@media (max-width: 719px) {
.slide-text {
text-align: center!important;
}
}
Do not hesitate to let me know, if you have any questions.
email: shopify.expert.team@gmail.com
it worked thank you!!
is there anyway i can adjust the header image to be more centre as well??
Hi @alexmosp91
Your mean is image in slider??
yes, i have the same image but centered. is there anyway to center the image with product in the middle, or insert the actual image with product in the middle?
current image has the product on the left so the text is on the right.
this website does it well : https://flovitamins.com/
Hi @alexmosp91
The images on your site and demo you send me are different.
in your images, the product is align left
https://cdn.shopify.com/s/files/1/0470/3515/4599/files/web_Ale_Mospanyuk_Chique_Beauty_Bar_r2_MSP_2172_1440x1152_crop_center.jpg?v=1604957726
so better than if you can make the section display another image for mobile view.
thanks michael. how can i do that? can i set up a completely different image for mobile view only?
i have images here, these are centred. if possible, i would like for these to show on mobile only, as for desktop, the original images work well as they are.
HI @alexmosp91
To make image display different on mobile and desktop.
You need to change in the theme code to improve your theme.
mail for me: shopify.expert.team@gmail.com
I’m using the Lorenza theme and don’t have the assets/theme.css file, I need to center the text in the mobile version since everything is placed to the left right now. Do you have any recommendations? Really need it to be centered!