decrease white space

Discussion in 'Blackriders WordPress Theme' started by stefan, Nov 12, 2014.

  1. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Dear support,

    I would like to know:

    1. how I can decrease the space above and below the 'home page sub heading' ?
    2. how I can decrease the space above and below the 'home page main heading' ?
    3. how I can replace the blog space with testimonials?

    thanks,
    Stefan
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1.. & 2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_info {
    margin-bottom: 37px;
    }
    .page_info_wrapper p {
    margin-bottom: 35px;
    }
    .slider-wrapper {
    margin-bottom: 55px;
    }
    Decrease values in above code according to your need.

    3. In this theme there is no testimonial functionality so you can't do it.

    Thanks & Regards
    Yogesh Bhade
     
  3. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Thanks Yogesh, that helped. To bad testimonials are not working, I will add them via a widget.

    regards,
    Stefan
     

Share This Page