Tagged: accordion slider
Can you help me with accordion slider to look like “aviacordion” slider in your other theme?
Hi spavli2!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .aviaccordion-preview-title-wrap, #top .aviaccordion-preview-title-pos { height: auto!important; }
Cheers!
Yigit
Oh, how I love this accordion slider!
One question: Is there a way to make the slider title display vertically? (I’m trying to create an effect similar to this one: http://www.cmog.org)
Thanks for a great theme!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .aviaccordion-title { -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg); vertical-align: bottom; }
Best regards,
Yigit
Oh my gosh, thanks! This just keeps getting better!