A space to discuss online store customization, theme development, and Liquid templating.
I would like to resize and reposition buttons on my slideshow on my site's homepage. Especially in my mobile view. I'm working on dawn theme. Can someone help me?
https://concept-stellatures.com (this is the store)
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
@media screen and (max-width: 749px){
.slideshow__text.slideshow__text-mobile--left {
align-items: center;
}
}
.slideshow__text font {
font-size: 20px;
}
Screenshot :- https://img001.prntscr.com/file/img001/s7PqWYTwRdWotREdsafzhQ.png