Widget is being scaled in the footer

Discussion in 'Poloray WordPress Theme' started by mswatko, Apr 18, 2014.

  1. mswatko

    mswatko New Member

    Joined:
    Sep 16, 2013
    Messages:
    5
    Likes Received:
    0
    Im using a social media widget in the side bar and the footer. The sidebar will view correctly using this code:

    .sidebar img {
    width: auto;
    }

    The footer is scaling, what code can I use to correct this?

    http://layergrownmodel.com/20/parts/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .footer_wrapper_top .footer_widget .socialmedia-buttons img {
    width: auto ! important;
    }
     
    This will solve your issue.
     

Share This Page