Reduce spaces on home page

Discussion in 'Blackriders WordPress Theme' started by wyse2015, Mar 24, 2015.

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

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello wyse2015!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_container_wrapper {
      margin-top: -80px;
      padding: 27px 0 0 0;
    }
    Thanks,
    Praveen
     
  3. wyse2015

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney
    Hi Praveen.

    Part of the code worked but there is a gap missing where i have indicated in yellow.
    So you know the code at worked in one area was:

    .footer_container_wrapper {
    padding: 27px 0 0 0;
    }


    Praveen, please provide the right code to reduce the space in yellow for the glog preview area (Space) on the home page.
    Thankyou
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello wyse2015!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_container {
      margin-top: -75px;
    }
    .footer_widget {
      margin-top: -35px;
    }
    Thanks,
    Praveen
     
  5. wyse2015

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney
    Perfect.:)
    Thanks Praveen
     
Thread Status:
Not open for further replies.

Share This Page