Blog page image size change

Discussion in 'SpotMoto WordPress Theme' started by raaj95, Jun 22, 2015.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .imagebox {
      width: 100%;
    }
    .content-bar .post .post_content img.postimg {
      max-width: 580px;
      width: 575px;
      height: 280px;
    }
    .content-bar .post .post_content .read_more {
      float: right;
    }
    Thanks,
    Praveen
     

Share This Page