Tagged: special heading
Hi,
when you have a 3 column layout and place in each column a special heading.
Let’s say, in a column the special heading element (standard) is so long, that it outputs in 2 lines, then the usual line/border after the headline text disappears.
Here a screenshot, what I mean:
How can I alter the special headline element, to show the line/border after the last word like marked red in the screenshot please?
Thanks.
Hi BeeCee,
It’s not possible to put the line like that, it can still show in the center but you’ll need to change Heading Style to Heading Style Elegant (centered, optional icon) and add this CSS code in Quick CSS:
.av-special-heading.elegant-centered .av-special-heading-tag {
text-align: left;
}
.av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap {
margin-right: 80px;
}
Hope it helps.
Best regards,
Nikko