How do I Move Accordion Slider Captions to bottom left? It is currently left (where it says SARIS, MENS KURTA, etc) but in the middle and I want to keep it on the left but move it below towards the bottom
try this in quick css:
#top .aviaccordion-preview-title {
padding: 5%;
vertical-align: bottom;
}
maybe an !important notice is required:
#top .aviaccordion-preview-title {
padding: 5% !important;
vertical-align: bottom !important;
}
you are amazing. that works
thank you!
Hi,
Great, glad you got it working. Thanks @guenni007 for helping out :-)
Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard