[Support request] Help with formatting Footer Widgets on Tablet View

Home Forums Support [Support request] Help with formatting Footer Widgets on Tablet View

Home Forums Support Help with formatting Footer Widgets on Tablet View

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #815272
    Stacey

    Hi

    I’m having some issues with the way the footer widgets are collapsing when the screen width is below 1010px on the site linked below.

    Can you help with some CSS to just narrow the width before they then float underneath each other at smaller screen sizes. I’m still not clear exactly what to target.

    Thank you

    #815378
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 1070px) and (min-width: 768px) {
        .inside-footer-widgets .tablet-grid-50 {
            width: 33% !important;
            clear: none !important;
        }
        .inside-pre-footer-widgets .tablet-grid-50 {
            width: 100%;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.