Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi all,
I'de like to change the content/text allignment to the center bottom of the slideshow. I have all the other alternatives available but not specifically that one (see attached).
Can I add/change it with some additional code?
Thanks!!
/A
Solved! Go to the solution
This is an accepted solution.
Hi @R-Al
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
Go to Online Store->Theme->Edit code theme.liquid paste my code after </head> element
<style>
#shopify-section-template--15845201215657__slideshow .slide-inner .container >.row{
align-items: end !important;
}
</style>
Best Regards;
PageFly
HI @SmallTask
Thanks for the reply! Can I do screengrabs of the relevant pages/codes?
I'd rather not have the url posted here since it'll archived and open to everyone.
/A
We need your store url. Otherwise, we can't check the code to provide you with the solution.
Hi again,
Sent you an email!
Attaching the theme.css in a text file here.
Let me know if it works like this!
/A
#shopify-section-template--15845201215657__slideshow .slide-inner .container >.row{
align-items: end !important;
}
This is an accepted solution.
Hi @R-Al
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
Go to Online Store->Theme->Edit code theme.liquid paste my code after </head> element
<style>
#shopify-section-template--15845201215657__slideshow .slide-inner .container >.row{
align-items: end !important;
}
</style>
Best Regards;
PageFly
you are welcome, I glad when can help you
The theme developers edited the code a bit as an update and the code snippet stopped working for some reason. Can you see if it's still valid??
https://qc8vh0c5hek1tiqo-52446134441.shopifypreview.com
Thanks a lot!
/A
you can replace it by
<style>
#shopify-section-template--15891690717353__slideshow .slide-inner .container >.row{
align-items: end !important;
}
</style>
Thank you! I tried it. It works on Firefox, but in Safari the text jumps to the top of the slide for some reason.
/A
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024