Shortcodes resizing photos

Discussion in 'Harrington- A WordPress Business Theme.' started by imagegrafx, Jul 18, 2014.

  1. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    I am trying to add a small photo of a real estate agent to my contact page on FreemanStation.com. I have used shortcodes to create 3 columns on my contact page. When I add the small photo, save and view, the photo is blown up to fill the entire width of the column making the photo large and blurry. Is there any way to fix this? Thank you!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar img {
    width: 250px;
    height: auto;
    You can add image height and width according to your requirement.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page