Home page slider height

Discussion in 'Dzonia WordPress Theme' started by saragh, Mar 11, 2013.

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

    saragh New Member

    Joined:
    Mar 4, 2013
    Messages:
    3
    Likes Received:
    0
    Hi! I'm using Dzonia Pro Responsive theme, and I'd like to change the height of the slider and make a little bit shorter so the top of the features is visible without scrolling.
    Is it possible to change it to a height of 250px?
    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .slides_container {
    height: 250px;
    }
    .slides_container div.slide img {
    height: 250px;
    }
    #example {
    margin-bottom: -32px;
    }
    This will solve your issue.
     
  3. saragh

    saragh New Member

    Joined:
    Mar 4, 2013
    Messages:
    3
    Likes Received:
    0
    Worked like a charm, thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page