Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1560818
Hide widgetized footer on mobile devices
Closed

Comments

  • Pierre started the conversation

    Do you have by any chance a custom CSS to share to help me hiding the widget footer on mobile devices?

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 768px) {
    footer#colophon {
        display: none;
    }
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Pierre replied

    Thank you Gregor.

  •  7,280
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver