Adjusting front page image sizes

Discussion in 'Squirrel WordPress Theme' started by simey, Jan 26, 2015.

  1. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
    Under Homepage Three Cols the image sizes are 290px wide 153px height, how do you increase the heght?

    Also how do decrease the gap of the homepage second heading to the image slider & the first heading to the menu bar?

    Plus, how do you change the size of the slider heading to the same size as the slider description?
     
  2. praveen

    praveen Support Staff

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

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

    Code:
    .feature-content .feature-item img {
    height: 180px;
    }
    .slider-wrapper {
    margin-top: -20px;
    }
    .header-info {
    margin-top: 0;
    }
    
    Now, follow the screenshot given below.

    cufon_resize.png

    Again, paste the code in custom css.

    Code:
    .slider-info h1 {
    font-size: 18px;
    font-weight: 800;
    }
    Thanks,
    Praveen
     

Share This Page