Remove whitespace gillion theme?

Home Forums Gillion Theme Remove whitespace gillion theme?

Home Forums Gillion Theme Remove whitespace gillion theme?

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

    I would like to remove some white space from my gillion page, attached images speak for themselves, thanks in advance!

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

    Hi @Lemonado114,

     

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

     

    Could you please share me the page URLs from your site where it is displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    Test123
    Participant

    Yeah

    Solution for this topic

    You can reduce 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 .page-content .wpb_text_column.wpb_content_element {
        margin-bottom: 20px;
    }
    
    .home #wrapper > .sh-page-layout-default {
        padding-top: 30px;
    }
    
    .home .vc_custom_1507735505661 {
        margin-bottom: 40px !important;
    }

     

     

    Test123
    Participant

    Thanks!

    You are most welcome here 🙂

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