Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #521142

    One 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.

    #521875

    Hey!

    you can define a fix height using this code in Quick CSS field:

    .avia-slideshow {
    height: 400px;
    }
    

    Cheers!
    Andy

    #521915

    Hi 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
    #522546

    Hey!

    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!
    Andy

    #523170

    That 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.

    #523784

    Hey!

    use this code:

    .avia-slideshow-inner {
    width: 60%;
    }
    

    and adjust as needed.

    Regards,
    Andy

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