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

    Hello. I’m trying to make this responsive. On iPad portrait, this element overlaps the left side of the underlying background. So, my thought was to add some padding to the right side of the Rotator container. That worked, but now there is a line height issue with the Rotator text. How do I control the line height of the Rotator text?

    Here is what I have.

    /* Enfold Headline Rotator text on iPad portrait */
    @media (min-width: 768px) and (max-width: 989px) {
    .av-rotator-text {
    font-size: 20px !important;
    line-height: 1.1em !important;
    }}

    /* Enfold Headline Rotator container on iPad portrait */
    @media (min-width: 768px) and (max-width: 989px) {
    .av-rotator-container {
    padding-right: 80px !important;
    }}

    Thank you,
    Ryan

    #626389

    Hey rlogan2334,

    Please try using following selector

    h2.av-rotator-container-inner {
        line-height: 1px!important;
    }

    Best regards,
    Yigit

    #626444

    Worked perfectly. Thank you!

    #626447

    Hey!

    You are welcome Ryan! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Headline Rotator’ is closed to new replies.