Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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,092
    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