Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, can you help me make this photo on the mobile smaller (like the red line) so there is black space vertically and horizontally but with the full photo showing
Pass: biangu
Url: www.matibrnd.com
dawn
This is Noah from PageFly - Shopify Page Builder App
To make smaller image you can add code here:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>
<style>
@media screen (max-width: 767px){
.banner.banner--content-align-center.banner--content-align-mobile-center.banner--medium .banner--adapt.banner--mobile-bottom{
display: flex !important;
justify-content: center !important;
}
.banner.banner--content-align-center .banner__media{
width: 80vw !important;
}
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
didnt work..
Hi @MT27 Iam sorry for delay. I wrote 1 extra character, please try this code again:
<style>
@media screen (max-width: 767px){
. banne.banner--content-align-center{
display: flex !important;
justify-content: center !important;
}
.banner .banner__media{
width: 80vw !important;
}
}
</style>
Thank you so much.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.