Tagged: tabs text alignement
Hi,
if I have vertical tabs is there a way to get the text which shows up by clicking on the tab directly next to the tab?
Right now the text of all tabs shows up on top.
Thank you und best regards
Hey dreamreader,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#tab-id-1-content .tab_inner_content {
padding-top: 0%
}
#tab-id-2-content .tab_inner_content {
padding-top: 4%
}
#tab-id-3-content .tab_inner_content {
padding-top: 11%
}
#tab-id-4-content .tab_inner_content {
padding-top: 18%
}
#tab-id-5-content .tab_inner_content {
padding-top: 25%
}
#tab-id-6-content .tab_inner_content {
padding-top: 33%
}
#tab-id-7-content .tab_inner_content {
padding-top: 39%
}
#tab-id-8-content .tab_inner_content {
padding-top: 46%
}
#tab-id-9-content .tab_inner_content {
padding-top: 53%
}
#tab-id-10-content .tab_inner_content {
padding-top: 60%
}
#tab-id-11-content .tab_inner_content {
padding-top: 66%
}
you may need to adjust this a little, it the only solution I could think of.
Best regards,
Mike
Thank you Mike!
This works fine for me and I am thinking about using the Accordion element which might be better.
Happy Easter and best regards!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike