I am facing an issue with my two forms that I want to have a fixed full-screen size. Despite trying different bootstrap options, they are not responsive at lower resolutions.
What should I do to make them responsive? Here is the code:
<form action='' method="post">
<div class="mb-3" style="width: 800px;">
<label for="exampleFormControlTextarea1" class="form-label">Write your review</label>
<textarea name="messaggio" class="form-control" id="exampleFormControlTextarea1" rows="8" placeholder="your review"></textarea>
</div>
<p>Language Review :
<select name="language" class="form-select" aria-label="Default select example"style="width: 400px;" > ;
<option value="english">English</option>
<option value="deutsche">Deutsche</option>
<option value="español">Español</option>
<option value="français">Français</option>
<option value="italiano">Italiano</option>