Image in Sidebar distorted

Discussion in 'Poloray WordPress Theme' started by itsallgeektome, Nov 22, 2012.

  1. itsallgeektome

    itsallgeektome New Member

    Joined:
    Mar 11, 2012
    Messages:
    14
    Likes Received:
    2
    Hello again!

    I've got a link in a sidebar text widget with an image, and the image is being enlarged for some reason. I look forward to your help on this!

    *just realized the same thing is happening in the footer, although I have since pulled the images as a result

    http://speakg33k2me.com/the-locker/

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar img {
    width: auto;
    }
    .footer_wrapper_top .footer_widget img {
    width: auto;
    }
     
  3. itsallgeektome

    itsallgeektome New Member

    Joined:
    Mar 11, 2012
    Messages:
    14
    Likes Received:
    2
    Unfortunately, that is not working in either the sidebar or the footer. They are still distorted.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar img {
    width: auto!important;
    }
    .footer_wrapper_top .footer_widget img {
    width: auto!important;
    }
     

Share This Page