Removing footer extra space

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Apr 14, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi,

    Can you please send the code to remove the extra space at the bottom of the footer

    valoanalliance.com
    mortgagebranchconnection.com

    Thanks!
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, mschultz33!

    For both websites, use the CSS code given below :-
    Code:
    .bottom_footer_container {
      margin-top: -40px !important;
    }
    You can change the values according to your requirement.

    Hope it will resolve your issue.

    Kindest regards,
    Praveen
     

Share This Page