Hello, I’m trying to move the button location on the slideshow to bottom center for mobile. Please help. I’m using the prestige theme
.
.
A user seeks help repositioning a slideshow button to bottom center on mobile devices using the Prestige theme.
Proposed Solution:
.Carousel--insideDots .flickity-page-dots positioningCurrent Issue:
Status: Open - awaiting clarification on correct file location or alternative approach for the Prestige theme.
Hello, I’m trying to move the button location on the slideshow to bottom center for mobile. Please help. I’m using the prestige theme
.
.
Hi, go to the file “theme.scss.css” and paste this at the buttom.
@media (max-width:431px)
{
.Carousel--insideDots .flickity-page-dots {
position: relative !important;
width: auto !important;
margin: 0 !important;
bottom: 24px !important;
left: 0px !important;
}
there is no “theme.scss.css”
Hi,
there no "theme.scss.css