Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #724834

    Hi Guys,

    I have an issue which I’m hoping you might be able to help with.

    On the front page on my website I have a headline rotator, one headline has two lines, the other has three lines.
    I’d like to make the one with two lines in have the same container height at the one with three lines in. Mainly so it doesn’t jump in size when it swaps between the two.

    Is there any way I can do this with quick css, like to give it a fixed height or something.

    The link is in the private content area, as it’s still in development and a mess!

    Cheers

    #724957

    @yigit – having trouble with this one too!

    #724959

    Hey!

    I cannot reproduce the issue on my end on different screen resolutions. From what i understood following code should help

    .av-rotator-container-inner {
        min-height: 150px;
    }

    You may need to adjust the value

    Cheers!
    Yigit

    #724966

    Thanks Yigit,

    That’s done something, but the text is no longer in the vertical centre.
    If you view the page at about 1575px wide, you will be able to see the issue.
    I’m on a 27″ screen though, so it may only be visible to me!

    Thanks!

    #726044

    Hi,

    Can you please post a screenshot and show the issue you are having?
    I checked your page on 1920x1200px screen and resized the screen to 1575px and it still looks fine on my end :)

    Best regards,
    Yigit

    #726108

    Hi Yigit,
    I had changed the words to make it more consistent, but please see the attached screen grabs.
    If I could make it that the box for the text in screenshot 1 was the same height as in screenshot 2, that would be helpful.
    It isn’t a huge issue if it’s going to cause problems with, for instance, the cellphone view.

    Cheers!

    #727389

    Hi,

    I can’t reproduce the issue on my end but I think you can decrease the font size a little bit to prevent it from creating a new line. Another solution is to reconstruct the paragraphs so that they have the same number of characters.

    Best regards,
    Ismael

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