Space after removed sliders and widgets on front page

Discussion in 'Real Photography WordPress Theme' started by kimkr, Jul 3, 2013.

  1. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0
    I added this to my site but I still have a large space after the copyright. My website is www.beattadphotography.com. Here is the code I have in my custom section:
    #carousel ul.slides {
    display: none;
    border-bottom: none;
    }
    .footer {
    border-top: none;
    }
    .footer {
    border: none;
    padding-bottom: 0px;
    }
    .content-bar .post {
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
    .footer-bottom {
    margin-bottom: 0px;
    }

     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-wrapper{
    min-height:500px!important;
    }
    .page-content {
    padding-bottom: 0!important;
    }
    .footer-bottom{
    margin-bottom:0!important;
    padding-bottom:0!important;
    }
    This will solve your issue.
     

Share This Page