Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #459950

    I have added a Headline Rotator Element to a Color Section. I have put in some prepended static text and rotating text. I have checked the “Activate Multiline” but the text is all appearing on single line. Can you tell me what I am doing incorrect?
    Example can be seen here: http://idg-partners.com/subsites/ex-fbi-agents/about-us/difference/
    Thank you in advance.

    #460263

    Hey themeforesttony!

    It’s on multiple lines for me. Are you wanting the “Did you know?” text to display at the top? If so then add this to a codeblock element in the page.

    <style type = "text/css">
    .av-rotator-container-inner > strong {
      display: block !important;
      margin-bottom: 10px;
    }
    </style>

    Regards,
    Elliott

    #460487

    Thanks Elliot,
    That is what I was looking for. I was under the impression that when Activate Multiline said “Check if prepended, rotating and appended text should each be displayed on its own line” that is what it meant. I appreciate your quick response.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Headline Rotator Text not splitting into multiline’ is closed to new replies.