Homepage Slider Location

Discussion in 'Compass WordPress Theme' started by rdeshazer, Mar 11, 2015.

  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    Is it possible to adjust the location of the homepage slider. moving it up some? It is current situated in the middle of the image and we would like to move it up more, closer to the top of the image.

    www.onwardcapllc.com

    Thx
     
  2. praveen

    praveen Support Staff

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

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

    Code:
    .salesdetails {
    margin-top: -125px;
    }
    Thanks,
    Praveen
     

Share This Page