Okay
  Public Ticket #2397286
diable footer in mobile
Closed

Comments

  •  2
    nahseez started the conversation

    I thought i saw a setting to footer widgets in mobile.  Can i do that somehow?

  • [deleted] replied

    Hi nahseez,

    We offer an option to hide footer widgets: Laborator > Theme Options > Footer > Footer Widgets > Collapse or expand footer widgets in mobile devices

    There is not an option to hide the footer in mobile devices for the moment, but If you want to hide the footer in mobile devices then you add the code below to your Custom CSS area:

    @media screen and (max-width: 768px) {
        footer.site-footer {
            display: none;
        }
    }

    Have a nice day!

  •  2
    nahseez replied

    thanks this can be closed.

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a great day!