Hi there chechu,
You need to bear in mind that you have chosen to use
frameworks for your site rather than bespoke coding.
If I did not have to fight "Bootstrap" then I would have
just coded it like this...
...job done.Code:#updates { max-height: 0; opacity: 0; overflow: hidden; transition: 1s ease-in-out; } #cb1:checked~#updates { max-height: 100%; opacity: 1; }
The only way to bypass "Bootstrap's" control in this case,
is to use the media queries that I have suggested.
coothead



Reply With Quote


Bookmarks