Site icon Catch Themes

Footer widgets 2 and 4 get incorrect left margin in mobile

Hello! Just wanted you to know that the widget areas #2 and #4 in the footer get an incorrect margin in mobile mode (when they are all stacked on top of each other). The second and fourth widgets have margin-left: 4% The first and third widgets have margin-left: 0 The following addition fixes it!
@media screen and (max-width: 480px)
#footer-sidebar #supplementary .widget-area {
    width: 100%;
    margin-left: 0;
}
I'll fix it in my child theme. But it would be nice if it was fixed in the theme! Best regards Johan
Exit mobile version