Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1372771

    Hello,

    I build a headline Rotator (link below) but the rotating text is centered vertically. I want it to stick at the top, so the Sentence continues always at the same hight.

    The next thing my client wants:
    the rotating part of the Headline should be in an other Style (Typography not so fat)

    Thank you!

    Monika

    #1372866

    Hey Monika,

    Thank you for the inquiry.

    Have you tried using a larger or wider column, or decreasing the size of the rotator text? The text wraps to the next line because the line can no longer contain the characters. Decreasing the text size or using a wider column should ensure that the whole sentence can be contained in the same line. You can adjust the position of the rotator element in the Styling > Font Sizes toggle.

    To adjust the style of the rotator text, please try this css code.

    .av-rotator-text {
        font-family: inherit;
        font-weight: 300;
    }
    

    Let us know if there’s anything else we can help you with.

    Best regards,
    Ismael

    #1372893

    Hi Ismael,

    thank you, the different typography works not, but I still have the problem with Headline block being vertically centered.
    My Client sends me this screenshot (see in link below).

    He wants it to be fixed at the top and should not change hight.

    The Size of the Typography should stay like it is.

    Thank you!
    Monika

    #1373047

    Hi,

    Thank you for the update.

    Decreasing the size of the text should prevent the issue.

    span.av-rotator-text-single {
        font-size: 0.6em;
        font-family: "Arial", serif;
    }

    You can also use the css code above to adjust the font-family of the rotating text.

    Best regards,
    Ismael

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