Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1409889

    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:

    zzz

    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.

    #1409966

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.