Extra Space on Home Page

Home Forums Gillion Theme Extra Space on Home Page

Home Forums Gillion Theme Extra Space on Home Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jbreuer
    Participant

    I’m having another problem and I’m hoping it’s something silly that I haven’t thought of but I’ve tried a few things and I’m stuck.

     

    http://www.jupiterfamilyfun.com

     

    There seems to be a large white space between the home page slider and the Blog section (Latest Posts) and I can’t figure out how to remove. It seems to be related to WPBakery having an “extra” column/row that I can’t delete. See screenshots.

     

     

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

    Hi @jbreuer,

     

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

     

    What you have highlighted in your shared screenshot is not a problem but the row above it contains bottom margin that you need to remove as shown in the attached screenshots.

     

    If you can’t remove it then try 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

     

    .vc_row.wpb_row.vc_row-fluid.vc_custom_1525137463511 {
        margin-bottom: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)