How to move button on home page for MOBILE ONLY

Topic summary

A user needs to reposition the \

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

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;
  }
}