Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #511039

    Hey guys, I had to re-open this thread as it was closed.

    My testimonials keep moving up and down even though they are all the same length. Based on your help, I added the following code to the general styling tab

    @media only screen and (max-width: 1024px) {
    #top .av-large-testimonial-slider { min-height: 500px; }}

    The page is at learnclubdance.com/accessories.

    Can you please help?

    Thanks!

    #511172

    Hi kgbrooklyn,

    I can’t see any movement on my end using Google Chrome, in what browser are you getting this problem?

    Regards,
    Rikard

    #511445

    Hi, I am using google chrome.

    #511449

    Hey!

    You may need to adjust “1024px” and “500px” values depending on the screen size you are seeing the issue. Can you please let us know how wide is your screen in pixels?

    Regards,
    Yigit

    #511709

    Hey,

    I’m working with a 13 inch macbook.

    Per your earlier instructions, I’ve been changing around the 500px value, but still getting the movement.

    Paul

    #511963

    Hey,

    I tried with a smaller browser window and I can see the movement as well, please try a higher value than 500, maybe 600 or 700 should do it I think.

    Regards,
    Rikard

    #512399

    Hey so I have the following code in general styling:

    @media only screen and (max-width: 1024px) {
    #top .av-large-testimonial-slider { min-height: 800px; }}

    I have been changing the quantity from 500 to 800 and the screen is still moving around for me.

    #512839

    Hi!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #516053

    Hi, the website is learnclubdance.com

    #517288

    Hey!

    I don’t think the testimonial slider is causing this issue, but the text rotator. Can you double check please? what happens if you use only one line (and not two) in your text rotator element?

    Best regards,
    Andy

    #522403

    Hey Andy,

    So I updated the headlines on the homepage. Thanks!
    I’m still getting page movement here: http://learnclubdance.com/own-the-dance-floor-set/

    Any idea why?

    Paul

    #522420

    Hey!

    I think it’s cause by your testimonial slider. Try to define a fix height for it by using this code in Quick CSS field:

    div#testimonials {
    height: 550px;
    }
    

    Cheers!
    Andy

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