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
A user needs to reposition the \
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
Hi @majaa ,
Please go to Customize > Sections > Image banner > Custom CSS > Add code:
Code:
@media screen and (max-width: 749px) {
.banner__box {
top: 7rem;
}
}