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 |
---|---|
206 | |
158 | |
75 | |
69 | |
65 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023