Removing empty space the bottom of homepage

Discussion in 'ButterBelly WordPress Theme' started by dhodzpc, Jun 5, 2014.

Thread Status:
Not open for further replies.
  1. dhodzpc

    dhodzpc New Member

    Joined:
    Dec 24, 2013
    Messages:
    16
    Likes Received:
    1
    Hello guys,
    I was trying to remove some bits and pieces of the frontpage of Butterfly theme by deleting some codes in the frontpage.php to which I successfully did but there are still empty spaces down at the bottom which I wanted to clear out. Can you please help me. Please see attached image.
    Thank you and truly appreciate.
    Cheers,
    Santiago
     

    Attached Files:

    • bt.jpg
      bt.jpg
      File size:
      148.7 KB
      Views:
      6
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .feature-content {
    padding-bottom: 10px;
    margin-bottom: 10px;
    }
    .footer_container {
    display: none;}
    Adjust padding and margin according to your requirement.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. dhodzpc

    dhodzpc New Member

    Joined:
    Dec 24, 2013
    Messages:
    16
    Likes Received:
    1
    Awesome, thanks Nitesh, truly appreciate!
     
Thread Status:
Not open for further replies.

Share This Page