Front page featured images

Discussion in 'ColorWay WordPress Theme' started by presotto, Aug 20, 2013.

  1. presotto

    presotto Guest

    Joined:
    Nov 6, 2012
    Messages:
    22
    Likes Received:
    1
    How do I change the size of the featured image to make them square and reduce the padding between the images?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content img {
    width: 204px;
    height: 204px;
    }
    This will solve square issue.

    2. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .one_fourth {
    width: 24%!important;
    margin-right: 1%!important;
    }
    p{
    Padding-right:10px;
    }
    #content {
    width: 912px;
    }
    You can adjust these value as per your requirement,
    this will reduce the spaces between the featured imaged.
     
    robertburney likes this.

Share This Page