Hello, is there a way to left align just the slideshow text and buttons in mobile only.
Many thanks in advance
the-botanical-factory.my.shopify.com
crudah
Solved! Go to the solution
Please add the following code at the bottom of your assets/theme.css file.
@media screen and (max-width: 425px){
.Slideshow__Content--bottomLeft .ButtonGroup{ justify-content: left !important; }
}
Hope this helps.
Thanks!
Hey, thanks for reaching out. This works perfectly for the buttons but it does not change the heading and sub heading positions.
Can you please provide a screenshot?
Please add the following code for the text.
@media screen and (max-width: 425px){
div#shopify-section-slideshow .SectionHeader__Heading.SectionHeader__Heading { text-align: left !important; }
}
Hope this works.
Thanks!
Hello, that works for the slider when it is below the header but I need it to work when I use a slideshow section that is in different places on a page. The image attached shows a slideshow section halfway down the homepage, with your code it only affects the slideshow section under the header. Is this possible?
This is an accepted solution.
Please add this code for the other section's slider.
@media screen and (max-width: 425px){
#section-1614335441403dfa00 .Heading { text-align: left !important; }
}
Thanks!
User | Count |
---|---|
439 | |
210 | |
95 | |
89 | |
69 |