[Resolved] Keeping 3 x footer widgets for tablet screen size

Home Forums Support [Resolved] Keeping 3 x footer widgets for tablet screen size

Home Forums Support Keeping 3 x footer widgets for tablet screen size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #154892
    Anton

    How do I get the footer widgets to keep showing 3 x 33% when the browser viewport is reduced to tablet size? (Instead of collapsing to show 2 x 50% widgets and 1 x 100% underneath them.)

    Thanks

    #154990
    Tom
    Lead Developer
    Lead Developer
    #155167
    Anton

    Can’t it be done just using some CSS?

    #155227
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

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

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #155361
    Anton

    Thanks Tom. Don’t we also want “…and (min-width:768px)” so it still collapses to one column on mobiles?

    Anton

    #155425
    Tom
    Lead Developer
    Lead Developer

    Ah, you’re right. I just adjusted the CSS above ๐Ÿ™‚

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