How to center my button located on my slideshow

Solved

How to center my button located on my slideshow

teemania
Excursionist
29 0 8

My website: https://teemania.co/

Hello, I would like the collection button to be completely centered in the middle of my slideshow. For some reason, it's still pretty high up and I would love for it to be centered vertically and horizontally.

 

I attached an image below of how my website currently looks.

Screenshot 2024-04-21 221230.png

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 280

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

You can change center button by add code here:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.slideshow-slide__animation-fade{
    margin: inherit !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Noah
Shopify Partner
1317 233 280

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

You can change center button by add code here:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.slideshow-slide__animation-fade{
    margin: inherit !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.