-
AuthorPosts
-
September 29, 2015 at 10:58 pm #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!
September 30, 2015 at 8:21 am #511172Hi kgbrooklyn,
I can’t see any movement on my end using Google Chrome, in what browser are you getting this problem?
Regards,
RikardSeptember 30, 2015 at 1:24 pm #511445Hi, I am using google chrome.
September 30, 2015 at 1:29 pm #511449Hey!
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,
YigitSeptember 30, 2015 at 5:22 pm #511709Hey,
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
October 1, 2015 at 7:05 am #511963Hey,
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,
RikardOctober 1, 2015 at 8:05 pm #512399Hey 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.
October 2, 2015 at 2:43 pm #512839October 8, 2015 at 7:20 pm #516053Hi, the website is learnclubdance.com
October 12, 2015 at 12:03 pm #517288Hey!
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,
AndyOctober 21, 2015 at 5:53 pm #522403Hey 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
October 21, 2015 at 6:12 pm #522420Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.