D
D
Dmitry2016-09-03 11:36:06
css
Dmitry, 2016-09-03 11:36:06

How to hide footer on mobile devices?

There is a site goo.gl/az0fsk
How to make the footer block not show on mobile screens?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
archelon, 2016-09-03
@archelon

@media only screen and (max-width: 480px) {
  #footer {display:none;}
}

D
Denis T, 2016-09-03
@tyukavin_denis

https://webref.ru/css/media
media queries to help

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question