Remove some blank space at the bottom

Discussion in 'Real Photography WordPress Theme' started by spoonboy90, Apr 11, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Is it possible to remove some of the blank space at the bottom of the page below the 'Copyright' text?

    Thanks
    Jamie
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-bottom {
    margin-bottom: 10px;
    }

    This will solve your issue.
     
  3. 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. 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;
    }
     
  4. Gourav

    Gourav Support Staff

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

    Follow the link given below
    http://www.inkthemes.com/community/...rs-and-widgets-on-front-page.5758/#post-21408

    This will solve your issue.
     

Share This Page