Images Blowing up too big in pages

Discussion in 'Harrington- A WordPress Business Theme.' started by niallg, Oct 6, 2014.

Thread Status:
Not open for further replies.
  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    when I place images in the page area , the size increases to maximum bigger that the original size ? In particular in concert notes pages ?

    the URL of my site is : www.northsydneysymphony.com/blog/
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    We are not getting your website.
    Thanks & Regards
    Pramod
     
  3. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Use these css code for image
    Code:
    .fullwidth img {
    max-width: 100% !important;
    height: auto;
    }
    Thanks & Regards
    Pramod
     
  5. 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 {
    width: auto;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Thanks Yogesh,
    it worked !
    Regards
    Niall
     
Thread Status:
Not open for further replies.

Share This Page