Reduce gap between slider and home page heading

Discussion in 'Cloriato WordPress Theme' started by appleroad, Apr 20, 2014.

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

    appleroad Guest

    Joined:
    Apr 5, 2014
    Messages:
    13
    Likes Received:
    0
    Hello

    What css code can I use to reduce the gap between the slider and the home page heading?

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    #slider_pag {
    position: absolute;
    bottom: -18px;
    }
    .home_text {
    padding-top: 0px;
    } 
    This will solve your issue.
     
  3. appleroad

    appleroad Guest

    Joined:
    Apr 5, 2014
    Messages:
    13
    Likes Received:
    0
    Thank you :)
     
Thread Status:
Not open for further replies.

Share This Page