Reply To: Footer widgets behaving strangely on tablet

Home Forums Support Footer widgets behaving strangely on tablet Reply To: Footer widgets behaving strangely on tablet

Home Forums Support Footer widgets behaving strangely on tablet Reply To: Footer widgets behaving strangely on tablet

#212123
Michele

Hi, Tom, never could figure out how to put the footer widgets back to side-by-side on one row on a tablet, but came up with this work-around to stack them (vs. 2 on first row and 1 on second row) … maybe this would be helpful to others …

/* stack footer widgets on tablet */

@media
(max-width: 1024px) and (min-width: 768px) {
.inside-footer-widgets .tablet-grid-50 {
width: 100%;
}
}

Best,
Michele