Answer the question
In order to leave comments, you need to log in
How to hide content under the spoiler, with adaptive layout?
Hello, such a question, it is necessary to hide the content under the spoiler when reducing the screen resolution.
There is a code
<div id="block">
<p>1000 символов текста</p>
</div>
<a href="#spoiler1" data-toggle="collapse" class="btn btn-primary">Открыть</a>
<div class="collapse" id="spoiler1">
<div class="well">
<div id="block">
<p>1000 символов текста</p>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question