Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
is it possible to hide footer on mobile only
paopaoman
November 2016
in
Theme support
is it possible to hide footer on mobile only
Comments
Albert
November 2016
Hey,
yes, you can hide footer on mobile only with the following css:
@media
only screen and (max-width: 767px) {
#Footer { display: none !important; }
}
Sign In
or
Register
to comment.
Comments
yes, you can hide footer on mobile only with the following css: