I have created a “tab section” but within each tab the space is different and this parameter has not been modified, how do I make it look the same?
http://www.saray.demosweb.net/wp1/servicios/
Image: images
Thank you.
Hey buscoseo,
inside your first tab section element you’re using 1/5 Layout element. Switch it to 1/4 and you should go fine.
Best regards,
Andy
Dear, I have made the change that indicates to me but the space is still different.
The tabs are the same, I do not understand why they generate different space.
Thank you.
Dear, you can help me with this subject.
Hi,
I’m sorry for the late response. Please try this in the Quick CSS field.
.avia-section-small .av-layout-tab {
padding-top: 50px;
padding-bottom: 20px;
vertical-align: top !important;
}
.av-layout-tab.avia-builder-el-first {
margin-top: 0 !important;
}
Best regards,
Ismael
thank you very much.