White space below Header

Home Forums Jevelin Theme White space below Header

Home Forums Jevelin Theme White space below Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • whiteandvoodoo
    Participant

    I have the javelin installed on our website, but for some reason we
    got a white space between the menu and the parallax slideshow.

    https://www.whiteandvoodoo.com

    The template was working fine, but his happened after I added more languages, with a plug in that messed with the menus “sublanguages” I think.

    I uninstalled and deleted the plug in, but the white space is still there, and I can’t find a way to remove it.

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

    Hi @whiteandvoodo,

     

    I hope you are well today and thank you for your question.

     

    You can remove 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

     

    .home #wrapper > .sh-page-layout-default {
        padding-top: 0;
    }
    
    .home .sh-section-9ad8c0c1a45073a4d148e66167522b02 {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

    whiteandvoodoo
    Participant

    didn’t work

    would you like me to create a user for you?

     

    Solution for this topic

    It seems you have changed the section therefore the shared CSS code is not working.

    Please try using below custom CSS code instead of shared above.

     

    .home #wrapper > .sh-page-layout-default {
        padding-top: 0;
    }
    .home .fw-page-builder-content > section.sh-section {
        padding-top: 0;
    }
    

    whiteandvoodoo
    Participant

    Done.

    Not sure what you mean about the section change, but its gone now.

    Thank you.

    You are most welcome here 🙂

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