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

#211992
Michele

That’s a good point, I forgot about other plugins. But nothing in my installation has changed except a (big) WooCommerce upgrade and wasn’t there a relatively recent GP point release?

This is almost working:


@media
(max-width: 1024px) and (min-width: 768px) {
.inside-footer-widgets > div {
width: 33%;
}
.inside-footer-widgets > div:nth-child(odd) {
clear: both;
}
}

The widget1 is on left, widget2 is in center, with plenty of space for the widget3 on the right but it is dropping to row 2. Just need to get that 3rd widget up to row 1 on the right!!

Not sure what other info you would need to look at, so please let me know what I could send to you. Thanks!