Under the slider -any page

Discussion in 'GeoCraft WordPress Theme' started by faceless4all, Apr 19, 2015.

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

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hi,
    Any page that has slider:
    under the slider there is a silver/grey line that runs horizontal across,
    I would like to move that line up closer to the slider, and then also move up the content that is below this line.
    I am not sure if I will like it, but I just want to try, and see. Can you help with code?
    Thank you,
    have a nice day!
    Jo.
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

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

    Code:
    .content_wrapper .info_bar {
      margin-top: -45px;
    }
     
    .featured_content {
      margin-top: -34px;
    }
    Try this code. After applying it you can see the reflecting changes on the single listing page's slider.
    Hope it will solve your issue. Let me know if have further any doubts.
     
  3. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Okay, thank you.
     
Thread Status:
Not open for further replies.

Share This Page