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 ❣️
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024