Shopify themes, liquid, logos, and UX
Hi as you can see from the photo bellow the section on a bigger screen is perfect but on a small screen like a laptop the section intercross. Can you please help keep it like the big screen for every size screen? thank you
Pass: biangu
Url: www.matibrnd.com
Solved! Go to the solution
This is an accepted solution.
Hi @MT27
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media(min-width: 759px){
#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__content.image-with-text__content--top {
padding-bottom: 0!important;
}
#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__media {
margin-bottom: -28%;
}
body #shopify-section-template--18448488431883__image_banner_JL4YDe .banner {
margin-top: 0!important;
}
}
This is an accepted solution.
Hi @MT27
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media(min-width: 759px){
#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__content.image-with-text__content--top {
padding-bottom: 0!important;
}
#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__media {
margin-bottom: -28%;
}
body #shopify-section-template--18448488431883__image_banner_JL4YDe .banner {
margin-top: 0!important;
}
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025