Shopify themes, liquid, logos, and UX
Hi there,
I need help adjusting the layout of the homepage for mobile devices. Currently, the heading, paragraph, and button are positioned in the center, covering the background image (see screenshot below).
I’d like them moved to the middle-bottom section where there's blank space. Please ensure this change only applies to the mobile layout and doesn’t affect the desktop version.
Theme: Sense
Solved! Go to the solution
This is an accepted solution.
Go to your online store -> edit code -> section-image-banner.css file and paste this code in the end of file
@media screen and (max-width: 749px) {
.banner__box {
margin-top: 450px !important;
}
}
This is an accepted solution.
Go to your online store -> edit code -> section-image-banner.css file and paste this code in the end of file
@media screen and (max-width: 749px) {
.banner__box {
margin-top: 450px !important;
}
}
You are genius! THANK YOU SO MUCH ❣️
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025