padding on slider

Discussion in 'Andrina WordPress Theme' started by marketingtypes, Oct 21, 2014.

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

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    Hi --

    I have a client that is using the Andrina theme, and would like less padding on the top of the slider. I've gone through the forums looking for the correct CSS, and haven't been able to find anything.

    What can I use to reduce the white space above the slider??
    Thanks.

    chris
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider-wrapper {
    margin-top: -25px !important;
    }
    Please set no. according to your requirement. If issue will not resolve by this then do post URL of website.
    Thanks & Regards
    Pramod
     
  3. marketingtypes

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    thanks -- it worked!
     
Thread Status:
Not open for further replies.

Share This Page