V
V
voproser2019-05-17 23:22:57
css
voproser, 2019-05-17 23:22:57

How to make bootstrap blocks disappear when adaptive (for example: screen width from 570 pixels and below)?

How to make bootstrap blocks disappear when adaptive (for example: screen width from 570 pixels and below)?
Here is the view of the site on a computer - https://imgur.com/a/Xrtye2R
And it is necessary that these two blocks disappear on mobile devices - https://imgur.com/a/c4BOYyP
I forgot how to implement it, help pliz

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
forspamonly2, 2019-05-18
@samnebudu

class="d-none d-md-block"
or whatever their breakpoint suits you there

H
html-css, 2019-05-17
@html-css

@media screen and (max-width: 570px){
.блок{display:none!important;}
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question