Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #275155
    rocketseo
    Participant

    Hello!

    Bought and use the Izabel Pro premium theme.
    How can I customize the display of the slider image to the full height of the device screen?
    vh – 100%
    The slider is displayed on the main page of the demo site https://dev.rocketseo.md/privatodress/.

    the red arrow shows the desired slider display

    #275201
    Skandha
    Participant

    @rocketseo: Hello there,
    Can you try using the recommended image size 1920*1080px for the slider images?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #275892
    rocketseo
    Participant

    Hello Skandha!

    Thank you for reponse.
    Now I use recommended image size for slider 1920*1080px, and nothing changed. I need that the slider image is displayed to the full height of the device screen. How can I do it?

    vh – 100%

    Thanks.

    #277050
    rocketseo
    Participant

    Hello Skandha!

    I’m still waiting for your answer on how to make a slider for the full height of the device screen. Please help me find a solution.

    Thanks.

    #277074
    Skandha
    Participant

    @rocketseo: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .hentry {
        height: 100vh;
        display: flex !important;
        align-items: center;
    }
    #feature-slider-section .slider-image-wrapper {
    	positoin: absolute;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Silder for full width and full height of device screens’ is closed to new replies.