Reduce distance slider and home page main heading

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 16, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Other question

    Is it possible to reduce the distance between the slider and the home page main heading?

    Thank you.
     
  2. praveen

    praveen Support Staff

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

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

    Code:
    .page_info_wrapper {
    margin-top: -35px;
    }
    Thanks,
    Praveen
     

Share This Page