-
AuthorPosts
-
October 19, 2015 at 7:01 pm #521134
Hi,
I am currently running the enfold theme doing a 1 page responsive theme. For some reason my page keeps moving up and down on its down by an inch, it won’t stay still.
I have attach my website if you can please take a look at it for me that be great thanks.
October 19, 2015 at 7:21 pm #521142One more thing, how can I have the easy slider stay at the same image for all images. I have some images that are not the exact same size of each other, when it slides I would like it to be all the same size.
Thank you.
October 20, 2015 at 5:32 pm #521875Hey!
you can define a fix height using this code in Quick CSS field:
.avia-slideshow { height: 400px; }
Cheers!
AndyOctober 20, 2015 at 5:58 pm #521915Hi Andy,
Thank you for responding. When I entered the code the Easy slider stays the same is there a way I can make it a square shape box? Also the page is still scrolling up and down on its own. If you go to the link I have provided to you and just move down a little bit it will move either up or down on its down.
Thank you.
- This reply was modified 9 years, 1 month ago by immediasync. Reason: Information
October 21, 2015 at 9:41 pm #522546Hey!
it’s caused by your testimonial slider. Use this code as well to define a fix height for it:
.avia-testimonial-wrapper.avia-slider-testimonials.avia-slider-2-testimonials.avia_animate_when_almost_visible.av-large-testimonial-slider.avia_start_animation { height: 200px; }
Cheers!
AndyOctober 22, 2015 at 5:44 pm #523170That worked !! Thank you. How would I change the size for the easy slider if I wanted a smaller square box?
I have tried using this css :
#socket .sub_menu_socket { margin-top: -10px; }
.avia-slideshow {
height: 500px;
}changing the height the image gets cut off. How would I change the width? Also when I use that command my background video shrinks as well instead of the full top page.
When I take out that command the
#socket .sub_menu_socket { margin-top: -10px; }
.avia-slideshow {
height: 500px;
}
The website would bounce up and down,.. Even just using the code you provided..avia-testimonial-wrapper.avia-slider-testimonials.avia-slider-2-testimonials.avia_animate_when_almost_visible.av-large-testimonial-slider.avia_start_animation {
height: 200px;
}Thank you.
- This reply was modified 9 years ago by immediasync.
October 23, 2015 at 1:43 pm #523784Hey!
use this code:
.avia-slideshow-inner { width: 60%; }
and adjust as needed.
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.