Archived topic
Footer Widgets break points
5 replies · Started by Modern Now on July 28, 2018
Hi
We are having trouble with the breakpoints. We are not sure where to set them actually, we are using GP Premium and Elementor Pro. The footer widgets are breaking for a tablet in the 1000+ range and then the 767. We want it to stay full until the 767 break thus skipping the tablet break?
Thank you
Hi there,
How many footer widget areas are you displaying? We should be able to give you some specific CSS for it :)
Thanks!
So we are using three that we want to keep in place until 767 and they are breaking around the 1000+ point for tablets.
Thank you
Give this CSS a shot:
@media (max-width: 1024px) and (min-width: 768px) {
.inside-footer-widgets > .tablet-grid-50 {
width: 33.3333%;
}
.inside-footer-widgets>div:nth-child(odd) {
clear: none;
}
}
Awesome thanks
No problem :)