Footer Widgets on mobile are not wrapping cleanly

Hi guys! I’m using the BB theme version 1.3.2 + child theme.

Please take a look at the 3-col widgetized footer of this site — on desktop it looks good, but on small devices the widgets should be stacking. However the 2nd widget is partially to the right of the first.

http://stephenwmyers.wpengine.com/

What do you suggest?

Hi Betsy,

As far as I can tell your issue is related to custom HTML you have added to the text widget. There are two divs in that text widget (Location) that have float: left; which is causing the issue.

To resolve this, underneath the last div that contains float:left; can you add the following, please.

<div style="clear: both;"></div>

This should resolve the issue.

Thanks,
Danny