Tagged: tab section
Hi,
we use the tab section, and we would like the text of the titles to be vertically centered, how can we do this?
e.g. “Herstellkosten kalkulieren”
And there is a line break when I use a hyphen, see “CAD-Daten klassifizieren” but I like to set “CAD-Daten” in one row instead of two… how can we do this?
Best regards
Andrea
Hey simus_systems,
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
a[data-av-tab-section-title="4"] .av-inner-tab-title {
min-width: 170px;
}
#top .av-section-tab-title[data-av-tab-section-title="4"] {
padding: 10px 20px 0px 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thanks for your answer. Your code changed the look of the 4.title, but we’d like to have them ALL vertically centrally arranged. In general. is that possible?
best regards,
Andrea
Hi Andrea,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Hi simus_systems,
Best regards,
Victoria
Hi Victoria, in our opinion, a centered text should look like this (See Screenshot).
Hi simus_systems,
The text is vertically centered relating to the grey area, not the spans that they are rendered in. Also, you were asking about vertical alignment and so I did not look at the issue like that.
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
.av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
text-align: center;
}
If you need further assistance please let us know.
Best regards,
Victoria