How to improve the slide height more than 1200px
-
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.
I want to make the slider full screen
Hello,
Can you please share the page URL so I will check and give you a possible solution?
Best Regards
you need to login in to check
Hello,
Please add this code to the Theme Settings > Custom CSS > Global.
#slider-72 .wd-slide {
min-height: 1400px !important;
}
Best Regards
but it will be more than the full screen, How can I set the banner full screen?
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
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
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