Home/Main slider height changes

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12483
    envisionHab
    Participant

    What governs the height of the Home/Main slider? It seems to vary based on the page title — if the title gets wrapped into two lines then the slider is taller then if the title doesn’t get wrapped. Is that correct? Is there any way to lock the height? Otherwise the rest of the page below the slider jumps up and down each time the slider changes.

    The site is: https://sjdslibrary.pairsite.com

    Thanks,
    Alex

    #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 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.