Slider Revolution reduced, need to remove white space

Home Forums Jevelin Theme Slider Revolution reduced, need to remove white space

Home Forums Jevelin Theme Slider Revolution reduced, need to remove white space

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • tomshaw68
    Participant

    I am trying to find a way to reduce the title bar height for page id 875 only  to a max height of 400px since my slider revolution height max=400px.

    Thanks!

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

    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

    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;
    }

    tomshaw68
    Participant

    Excellent, thank you!

    You are most welcome here 🙂

    tomshaw68
    Participant

    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;
    }

    tomshaw68
    Participant

    Thanks again, I appreciate the support.

    You are always welcome here 🙂

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