Shopify themes, liquid, logos, and UX
Hi, I would like to reduce the spacing between the items bellow my main banner on mobile, can anyone help by sending the code?
https://e7wefey9ln5gqquj-88358125855.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @Daniel19901,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.
@media (max-width: 767.98px) {
.image-overlay.text-overlay-parent--mobile-stack.height--fixed .height__image, .image-overlay.text-overlay-parent--mobile-stack.height--full .height__image {
height: 0px !important;
}
}
Hi Daniel
Hope you are doing well.
Please add this CSS code to css file
@media (max-width:767px) {
div#section-id-template--23859765510431__custom_content_qcWtTj {
margin-top: 30px;
}
}
If you need assistance with your store, feel free to contact us at webcreto@gmail.com
WhatsApp No: +91 9125530390 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
This is an accepted solution.
Hi @Daniel19901,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.
@media (max-width: 767.98px) {
.image-overlay.text-overlay-parent--mobile-stack.height--fixed .height__image, .image-overlay.text-overlay-parent--mobile-stack.height--full .height__image {
height: 0px !important;
}
}
Hi @Daniel19901
TRy this one.
@media only screen and (max-width: 767px){
image-with-text-overlay.slideshow__slide .text-overlay__subheading {
margin-bottom: 0;
}
image-with-text-overlay.slideshow__slide .text-overlay__title.h1 {
margin-bottom: 0;
}
image-with-text-overlay.slideshow__slide .text-overlay__button-row {
margin-top: 0;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025