Hello! I have a problem with the alignment of the text with the icon. You can see it in the attached file and in the url https://e-moya.gonext.works/hospitales/
What can I do to solve this
Thanks!
Hey jordip,
The words are long and they break alignment.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-inner-tab-title {
text-align: center;
min-width: 130px;
}
#top .av-section-tab-title {
padding: 10px 10px 0 10px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks, that’s ok but the lower triangle has shifted out of place. Can you see it?
Hi jordip,
Please add this code too:
.avia_transform .av-tab-arrow-container span {
left: 70%;
}
Best regards,
Victoria