Home Featured Image Resizing

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

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

    nobledigitalpublishing New Member

    Joined:
    Feb 25, 2013
    Messages:
    3
    Likes Received:
    0
    Hello Everyone,

    Got some issues on how to re-size the slider setting section in homepage.
    The image is to big. You need to scroll down in order to view the homepage first featured section of the site. Is there a way also I can change the speed of the slider setting?

    Thank you!
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    .home_content .home_text {
    padding: 6px 0;
    }
    .fullwidth-col {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
    .featured_content .column-three {
    padding-top: 0px;
    }
    .home_content hr {
    margin-bottom:0px;
    }

    We have removed all the possible extra space, to show the featured content on the front page.
    It might solve your problem.

    Thanks.
     
  3. nobledigitalpublishing

    nobledigitalpublishing New Member

    Joined:
    Feb 25, 2013
    Messages:
    3
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page