Google review widget images way to big

Discussion in 'Local Business WordPress Theme' started by foggy101, Apr 5, 2015.

  1. foggy101

    foggy101 New Member

    Joined:
    Apr 4, 2015
    Messages:
    7
    Likes Received:
    0
    Hi guys,
    I just purchased this theme for my business, I have used the google review widget on my last website and it look perfect, how ever when I used it with this theme, the thumbnail images are way to big. How can I change the sizes to the original size. Thank you.

    url www.gotdirtywindows.ca

    Thank you
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .sidebar img {
      max-width: 100% !important;
      width: auto ! important;
    }
    Hope it will solve your issue.

    Regards,
    Sameer
     

Share This Page