+ 2
Help me!
[ENG]How to fix the code so that the form windows in the "sidebar" block become adaptive? Ie not climbed beyond the block in mobile versions? [RUS ]Как исправить код , чтобы окна форм в блоке "sidebar " стали адаптивными? Тоесть не вылазили за рамки блока в мобильных версиях? https://code.sololearn.com/WjUPqOn3STRF/?ref=app
2 Respuestas
+ 2
make the css property "width" of those forms as 100%.
width:100%;
in your case make the width of inputs and textarea 100%.
+ 1
Thank you! I'll try :)