Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #321895
    #321918

    Hi smudgedesign!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-slideshow.avia-slideshow-1 {
    min-height: 500px;
    }

    Regards,
    Yigit

    #325021

    Thank you Yigit,

    If i want to include another slideshow on the same page this css effects all the slideshows
    so I’ve tried to add the scrolling logos slideshow to a colour section, in order to give it an id… eg
    clientlogossection

    and then edited the css to

    #clientlogossection .avia-slideshow.avia-slideshow-1{
    min-height: 500px;
    }

    but this doesnt work. Can you help?

    thank you kindly.

    #325025

    Hi!

    Please try adding !important rule as following

    #clientlogossection .avia-slideshow.avia-slideshow-1{
    min-height: 500px !important;
    }

    Best regards,
    Yigit

    #325070

    hmm.. that didnt seem to work, refresh the link (below) and see the footer scrolling up and down again

    #325072
    This reply has been marked as private.
    #325663

    Hey!

    Have you tried flushing browser cache and refreshing your page a few times? height is currently fixed on my end and there is no jump between slides

    Regards,
    Yigit

    #689900

    Hi there!

    I do have the same problem as my sliders jump:

    see private content below website access

    I have inserted the CSS:

    .avia-slideshow.avia-slideshow-1 {
    min-height: 500px;
    }
    but that did not change the jumping (cache emptied, browser refreshed)

    Can you please advice

    best regards

    Gerhard

    #689923

    Just solved the problem, identified the element and added css

    sorry if i caused any inconvenience

    best regards

    Gerhard

    #690475

    Hi Gerhard,

    Great, glad you got it working and thanks for the feedback :-)

    Best regards,
    Rikard

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