Hi @mexpos,
Greetings. Hope you are doing well.
You can do this by selecting the Layout-> Vertical. You will get this after selecting the Advanced Tabs Element-> Edit Advanced Tabs-> Content-> General Settings-> Layout-> Select Vertical from the dropdown.
Please check this screenshot: https://d.pr/i/sBx2Zf
Thank you.
Thread Starter
mexpos
(@mexpos)
Hi, sorry I have explained myself wrong. The layout has to be horizontal, and the tabs have to be aligned to the left. I put a link with an image.
https://www.dropbox.com/s/rxalsz7o4jgm677/Captura%20de%20pantalla%202021-09-29%20a%20las%209.10.19.png?dl=0
Hi @mexpos ,
You can use this CSS code to get the tabs to the left. You can adjust the % of the width according to your Tab title size:
.eael-tabs-nav {
width: 35%;
}
Let me know how it goes.
Thank you.
Thread Starter
mexpos
(@mexpos)
Thanks for your answer. So the width can’t be variable based on the width of the tab title text?
Width will be variable. You need to adjust it according to your Title Size like how it is looking.
Thanks.
Thread Starter
mexpos
(@mexpos)
Hi, I think the solution is to add this CSS code:
.eael-tabs-nav {
display: inline-flex;
}
I hope it can be of use to someone else. Thanks for the support.