Hey I need my shop now button to appear below the banner text , But only on DESKTOP not mobile.
Thanks.
@Gallacher11 Please send me store url.
Hi @Gallacher11 ,
Kindly share your store url.
Hi @Gallacher11
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset-> styles.scss paste the below code at the bottom of the file.
@media (min-width:1024px){
#homepage_slider-1655935387e449c365{
overflow: inherit !important;
padding-bottom: 69px !important;
}
#homepage_slider-1655935387e449c365 .flickity-viewport{
overflow: inherit !important;
}
#homepage_slider-1655935387e449c365 .caption.position-center.js-caption{
position:static !important;
transform:none !important
}
#homepage_slider-1655935387e449c365 .flickity-slider .gallery-cell{
background:white !important
}
}
Best Regards;
PageFly