Home Forums WoodMart support forum How to improve the slide height more than 1200px

How to improve the slide height more than 1200px

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #603634

    HARSLE
    Participant

    How can I improve the slide height more than 1200px, because it will have the bottom blank area

    Attachments:
    You must be logged in to view attached files.
    #603644

    HARSLE
    Participant

    I want to make the slider full screen

    #603691

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #603695

    HARSLE
    Participant

    you need to login in to check

    #603740

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global.

    #slider-72 .wd-slide {
        min-height: 1400px !important;
    }

    Best Regards

    #603815

    HARSLE
    Participant

    but it will be more than the full screen, How can I set the banner full screen?

    #603936

    Hello,

    Please remove the previous code and add this code to the Theme Settings > Custom CSS > Global.

    #slider-72 .wd-slide {
        height: 100vh !important;
        min-height: unset !important;
    }

    Best Regards

    #604548

    HARSLE
    Participant

    I found you input the slider number 72 in the code, if I will use another slider, how can I find the number of the slider

    #604574

    Hello,

    To find the slider ID, navigate to Slides in your WordPress dashboard. Then, hover your mouse over the title of the specific slider. You’ll see the ID of the slider appear in the bottom left corner of your screen.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)