Re: adjust image banner button on sense theme

adjust image banner button on sense theme

medusasmakeup
Explorer
61 2 17

 

I was hoping someone could point out where in the code or adding code, that I could make adjustments to the location of the button on the image banner?

 

The theme editor has various placements, but I would still like to lower it more on mobile.

 

sense theme

 

Screen Shot 2023-06-29 at 10.25.21 AM.png

 

Replies 3 (3)

suyash1
Shopify Partner
11060 1364 1745

@medusasmakeup - it will need css, can you share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

medusasmakeup
Explorer
61 2 17
suyash1
Shopify Partner
11060 1364 1745

@medusasmakeup - add this css to the end of your base.css file and check, adjust number as per the need

@media screen and (max-width:749px){
#shopify-section-template--19554524758290__a6c4eeea-8843-42f1-b919-122603ba1c4e .banner__buttons{margin-top: 20rem;}
}

 

suyash1_0-1688055028850.png

 

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.