[Resolved] I would like to change grid-with for footer widgets in iPad

Home Forums Support [Resolved] I would like to change grid-with for footer widgets in iPad

Home Forums Support I would like to change grid-with for footer widgets in iPad

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1025948
    Monique

    Hi,

    My site uses 5 footer widgets. In a high res tablet they display just like on desktop, all in one row and 20% each.
    On the iPad it breeks into rows with 50% width for each widget.

    How can I change the grid size for tablets like Ipad to 20%?

    Thanks in advance,

    #1026073
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 1024px) and (min-width: 768px) {
        .footer-widgets .grid-20.tablet-grid-50 {
            width: 20%;
            clear: none
        }
    }
    #1026075
    Monique

    Perfect! Thank you so much.

    #1026082
    David
    Staff
    Customer Support

    You’re welcome

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