Hi, I would like to change the size of my banner on the mobile version to something like this:
my page url: https://skinnyartspace.com/
Hi, I would like to change the size of my banner on the mobile version to something like this:
my page url: https://skinnyartspace.com/
Go to Online Store
2) Edit Code
3) Find base.css file
@media only screen and (max-width: 600px) {
.banner__media.media.banner__media-half {
height: 50rem !important;
}
}
Hi @skinnystick
Go to your Online store > Themes > Edit code > open theme.liquid file, add code below under tag
Thank you. Is there a way to make the word shift to the centre of the page?
Hi, it doesn’t work.
It works. Thank you
Very welcome
Hi there, I tried your code. But somehow, it doesn’t solve my issue. Can you please help? My website is www.maisonsabun.com
Could you explain your request?
I wanted my mobile banner to be exact like this size. I tried to copy your code and paste it in my theme.liquid file, however it doesn’t work. Can you please help?
You can try to use this code instead
Thank you so much, it works perfectly now!
You are very welcome!