Shopify themes, liquid, logos, and UX
Hi, I need to move the “shop button” so it sits lower on my home page for MOBILE only.
the desktop button is sitting perfectly.
pls help
thanks
Solved! Go to the solution
This is an accepted solution.
Hi @majaa,
Please go to Customize > Sections > Image banner > Custom CSS > Add code:
Code:
@media screen and (max-width: 749px) {
.banner__box {
top: 7rem;
}
}
This is an accepted solution.
Hi @majaa,
Please go to Customize > Sections > Image banner > Custom CSS > Add code:
Code:
@media screen and (max-width: 749px) {
.banner__box {
top: 7rem;
}
}
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