Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #53671
    @ianhenryonline-business-support-co-uk

    Hi,

    I seem to have a lot of white space at the bottom of the homepage under my text before the bottom row with copyright and switch to mobile button shows up.

    All i have in the homepage is 1 wrong of visual editor widgets

    Any idea how to get rid of this white space? – http://www.fandomica.com/

    Thanks,

    Answers

    #53699

    Anonymous
    @

    Hi @ianhenryonline-business-support-co-uk site content have a min height parameter,like below

    
    .site-content {
        float: left;
        width: 76%;
        box-sizing: border-box;
        overflow: hidden;
        min-height: 700px;
    }
    

    If you need to override it you can use following css
    300px or anything else it is your choice

    
    .site-content {
        min-height: 300px !important;
    }
    

    Regards
    Varun Dubey

    #54064
    @ianhenryonline-business-support-co-uk

    Hi,

    Many thanks for that.

    I am using the boss child theme so were will be the best place to put this?

    #54081

    Anonymous
    @

    Hi @ianhenryonline-business-support-co-uk, Please add this in your theme’s custom css.

    Regards
    Pallavi

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘White Space’ is closed to new replies.