Reduce the height of slider

Discussion in 'Compass WordPress Theme' started by home, Mar 18, 2015.

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

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Hi there,

    I'm trying to reduce the height of the slider on the homepage to 28opx, but I'm having trouble getting it correct, as some elements of the slider I either can't resize, or I can't position correctly.

    Your help would be appreciated.

    Thank you.
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Kindly provide your site URL.

    Regards,
    Sameer
     
  3. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
  4. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#slider {
      min-height: 280px;
      height: 280px;
    }
    .sl-slider {
      height: 280px !important;
    }
    .sl-slides-wrapper {
      height: 280px;
    }
    .salesdetails {
      margin-top: -146px;
    }
    If your issue doesn't resolved, then provide us some edited screenshot so that we can help you and provide you the appropriate solution.


    Thanks,
    Praveen
     
  5. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Great job! Thank you :)
     
Thread Status:
Not open for further replies.

Share This Page