Need help moving the shop now button in small screen

Hi! I need help moving this shop now button on Mobile screen to bottom.

Please help

link: www.shopnavaa.com

@KetanKumar can you help?

@thefourthplace can u help?

@eternalspirit can you help?

1 Like

please see screenshot above

please see screenshot above.

@ravleen

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/custom.css ->paste below code at the bottom of the file.
@media (max-width:749px) {
.banner__content.banner__content_c.page-width {
    top: -40px;
    justify-content: flex-end;
}
}

After code view

1 Like

Thank you!! That worked

1 Like

@ravleen

its my pleasure to help us