site: https://shmilyaesthetics.myshopify.com/
theme: Sense
I am trying to get the image that shows on desktop to display properly (fit to the screen) on mobile. I looked and saw that the solution was to add code to the end of a assets/theme.css file but I don’t have that.
Hi @shmilyac ,
Please provide password too.
So that we can help you.
Hi @shmilyac
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
.img-button-text-main{
background-size: cover !important
}
Hope my answer will help you
Unfortunately this did not work. When I preview the mobile version on my desktop it looks okay, but when I actually use a mobile device to look at it the issue persists.
Hi @shmilyac
Can you kindly let us know your store password? We will check and suggest you something if possible.
Hi @shmilyac
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
You can retry with this css code :
@media only screen and (max-width: 767px) {
.img-button-text-main{
max-width: 100%;
height: auto;
background-size: cover !important
}
}