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/
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.