[Resolved] Footer Widgets break points

Home Forums Support [Resolved] Footer Widgets break points

Home Forums Support Footer Widgets break points

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #634983
    Modern Now

    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

    #634990
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    How many footer widget areas are you displaying? We should be able to give you some specific CSS for it ๐Ÿ™‚

    Thanks!

    #635408
    Modern Now

    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

    #635582
    Tom
    Lead Developer
    Lead Developer

    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;
        }
    }
    #640323
    Modern Now

    Awesome thanks

    #640335
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.