Home › Forums › Jevelin Theme › Slider Revolution reduced, need to remove white space
Home › Forums › Jevelin Theme › Slider Revolution reduced, need to remove white space
Hi @tomshaw68,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
Thanks, here is the link – https://mitsubishimaterialhandling.com/wp-5-trends-in-material-handling/
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.page-id-875 .sh-titlebar { max-height: 400px; }
Excellent, thank you!
You are most welcome here ๐
Would you be able to inform me the CSS for the mobile title bar as well?
Solution for this topic
To make it work on mobile, please remove the above shared CSS code and instead use the below shared code.
.page-id-875 #page-container .sh-titlebar { height: auto !important; }
Thanks again, I appreciate the support.
You are always welcome here ๐