Shopify themes, liquid, logos, and UX
Hi,
On mobile view, the image banner on the top does not entirely fit. Need everything to fit on the mobile. Thank you.
shopify url: leniquelouis.myshopify.com/pages/clearpay
password: love
I'd appreciate the help.
Thank you
Solved! Go to the solution
This is an accepted solution.
Hey @Ess91
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
@media (max-width: 767px) {
.image__overlay-section.section-template--14620851241063__a4022d85-3f7b-4535-b438-400d1eef8043 {
--height: 200px !important;
margin-bottom: -200px;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @Ess91
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
@media (max-width: 767px) {
.image__overlay-section.section-template--14620851241063__a4022d85-3f7b-4535-b438-400d1eef8043 {
--height: 200px !important;
margin-bottom: -200px;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Please add the following CSS code to your assets/stylesheet.css bottom of the file.
@media screen and (max-width: 740px){
.image__overlay-section .image__overlay-container {
background-size: contain !important;
height: 125px !important;
}
}
Thanks!
User | RANK |
---|---|
201 | |
169 | |
62 | |
51 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023