Home/Main slider height changes

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12934
    smpa.website
    Participant

    I’m having the same problem.
    I would like the slider to change but the jumping up and down is so distracting I can’t.

    Any ideas on how to lock the slider height?

    Thanks,
    Michelle

    #12936
    envisionHab
    Participant

    eVision support sent me this CSS snippet. Works well for me.

    Please update this code in Additional CSS of customizer.

    .cycle-slideshow .slide-item {
       height: 400px !important;
    }
    @media (min-width: 768px) {
       .cycle-slideshow .slide-item {
           height: 500px !important;
       }
    }

    Hope this helps your queries.

    #12937
    smpa.website
    Participant

    Thank you.

    That solved my problem.

    #12939
    eVision Themes
    Keymaster

    Great to hear. Thanks for the confirmation.

    #12942
    smpa.website
    Participant

    A follow up question to the slider. When using posts, it looks like there are ordered by the creation date. Is there a way to order them by the last update date? There is one post I want to show up first when the site is loaded.

    Thanks,
    Michelle

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