How Do You Change The “Slideshow” Text Position In Mobile Only? (Modular)

how to change the text position of the slideshow section on mobile only. you will know where to edit the code. 

1- Go to the online store > Theme >Edit Code

change menu on shopfiy store

2- Assets >base. css

add CSS code to shopify store

3 – Add code at the bottom.

@media screen and (max-width: 767px){
.hero-slide--bottom-left .slide-inner .row, .hero-slide--bottom-right .slide-inner .row {
    align-items: end;
}}

and click save

this is how you can change the position of your slide hero text and if you still need help please leave a comment or contact us

Leave a Comment