Centralize button at the middle bottom of slideshow

How can i centralize a button at the bottom of slideshow? My website is www.nonastore.com.br

@nonastore
Hello,

.metaslider .flexslider .caption-wrap .caption {
  left: 43% !important;
}
.handmade-slider .metaslider .slick-dots {
	text-align: center !important;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This

1 Like

Hi @nonastore

This is Victor from PageFly - Landing Page Builder App.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag

center button


center dot


Hope this answer helps.
Best regards,
Victor | PageFly

1 Like

@PageFly-Victor It’s perfect, but i want in the middle at the bottom part, because i’m still changing the images to fit the slide box

@nonastore you want it to look like that right?

@PageFly-Victor Exactly like that, and if it’s possible the same for mobile. Because i noticed that the button is not centralized at the bottom part in mobile

You can try my new code and add it to theme.liquid


1 Like

@PageFly-Victor Thank you so much! It worked. If you want you can help me on this other topic: https://community.shopify.com/c/shopify-design/fit-images-on-image-slide-for-desktop-and-mobile/td-p/1885772

1 Like