How do I change the index page posts picture size?

Discussion in 'SpotMoto WordPress Theme' started by kerristevens, May 1, 2013.

  1. kerristevens

    kerristevens Guest

    Joined:
    Feb 13, 2013
    Messages:
    18
    Likes Received:
    0
    As the title states.

    Thanks !


    ----------------------------------------------------------------



    For the Posts,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .content div.featureproduct {
    padding-bottom: 0px;
    margin-top: 30px;
    }
    .content .featureproduct.right .productimgbox img {
    height: 150px;
    padding-top: 40px;
    }
    .content .featureproduct .feature_image img{
    height: 150px;
    padding-top: 40px;
    }
    adjust the values as per your requirement.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For the Posts,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .content div.featureproduct {
    padding-bottom: 0px;
    margin-top: 30px;
    }
    .content .featureproduct.right .productimgbox img {
    height: 150px;
    padding-top: 40px;
    }
    .content .featureproduct .feature_image img{
    height: 150px;
    padding-top: 40px;
    }
    adjust the values as per your requirement.
     

Share This Page