Image too big - wont resize

Discussion in 'Harrington- A WordPress Business Theme.' started by jalex860, Dec 30, 2014.

  1. jalex860

    jalex860 New Member

    Joined:
    Apr 6, 2013
    Messages:
    27
    Likes Received:
    0
    Hello everyone! Please help. When I post an image to a page in the harrington theme the image size magnifies & doesn't maintain dimensions.

    Image is too big! Will not resize! Please Help! Thanks in advance.
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Could you please share us your website link so that we can check your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. jalex860

    jalex860 New Member

    Joined:
    Apr 6, 2013
    Messages:
    27
    Likes Received:
    0

    Hello Yogesh,

    Here is the link to the page with the image that will not resize properly http://ruthannhebert.com/workshops-and-resources/
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .fullwidth img {
    max-width: 100%;
    width: auto;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page