How can i move button position in slideshow?

How can i move button position in slideshow?

ASI2
Tourist
8 0 0

Hi there, I am using DAWN Theme for build and I like to move the button position on the slideshow, how can I do it?
https://4f0dquenorhhlx7k-50247467201.shopifypreview.com 
Screenshot 2022-12-30 at 3.02.54 PM.jpg

Replies 4 (4)

PageFly-Victor
Shopify Partner
7865 1785 3099

HI @ASI2 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

 

.banner__buttons {
    position: absolute;
    top: 65%;
}

 

PageFlyVictor_0-1672384559897.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

 
ASI2
Tourist
8 0 0

And i need to adjust it in mobile-side too, thzx

PhiviaAlexandou
Excursionist
15 0 3

how do we change the text of the button to also align?

PageFly-Victor
Shopify Partner
7865 1785 3099

Hi @ASI2 

Sorry for missing your message.

You can use the code I sent above, it will work for both mobile and laptop.