Home Page Slider Caption

Discussion in 'Dzonia WordPress Theme' started by nobledigitalpublishing, Mar 20, 2013.

  1. nobledigitalpublishing

    nobledigitalpublishing New Member

    Joined:
    Feb 25, 2013
    Messages:
    3
    Likes Received:
    0
    I read some topics about the height of slider and use the code below:

    .slides_container {
    height: 250px;
    }
    .slides_container div.slide img {
    height: 250px;
    }
    #example {
    margin-bottom: -32px;
    }


    After applying the code the height issue was resolve thanks to that but the caption is gone. Can anyone help me on this.

    I have noticed also that there is a blank space in the middle of then slider and the Home Page Heading Text. Please help!

    Thank you!
     
  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:
    #example {
    height:333px;
    }
    #slides .slides_container .slide{
    height:250px;
    }
    This will solve your issue.
     

Share This Page