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

#211979
Michele

Hi, Tom, love this theme!

Not sure what has changed, but until recently, this css worked to align 3 footer widgets in one row on tablets both portrait and landscape (and stacked on mobile):

/* makes footer widgets line up properly on TABLET */

@media
(max-width: 1024px) and (min-width: 768px) {
.footer-widget-1.grid-parent.grid-33.tablet-grid-50,
.footer-widget-2.grid-parent.grid-33.tablet-grid-50,
.footer-widget-3.grid-parent.grid-33.tablet-grid-50 {
width: 33%;
}
}

It’s stopped working, so tried all the solutions offered above (the “fix” css and the “function + css”), following all links, but on tablets am still getting 2 widgets on first row and 3rd widget on second row.

I’m at GP 1.3.34 and GP Premium 1.2.88. So has the “fix” been released and I already have it? (if so, how to implement), or is it in the next release?

Thanks!