Hi,
I am looking to tweak the accordion slider so that when it first opens, all the title wraps are to the left with just the right-most image visible?
I would also like to shift the accordion slider titles and excerpts to the top of the title wraps. Can you please direct me how to do that as well?
Thanks,
Trevor
P.S. I’ve included a link to a screenshot of how I would like the accordion slider to default.
Hi trevorjohnston!
1) The accordion doesn’t support such a feature yet and it’s also not easily possible to add it. You can suggest it here: https://kriesi.at/support/enfold-feature-requests/ or hire a freelancer who can customize the accordion script for you.
2) Try to insert this css code into the quick css field or child theme style.css file:
#top #wrap_all .aviaccordion-preview-title {
padding-top: 0;
}
It will remove the 10% padding from the top and the titles should move to the top of the title wraps
Cheers!
Peter
Great. Thanks for the help. I will look into a freelancer to customize the accordion.