Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

215
Views
website made from replit is not displaying text properly

I am having some problems making the website mobile friendly. the text starts coming up all weird and not in alignment at all. Any suggestions as to what I can add to make the text normal again. website coded in html, js, python

On pc

On phone

This is happening in some other webpages too

The code block regarding this:

<br>
    {%block content%}
    {%include 'navbar.html'%}
    {%endblock%}
    <br><br>
    <center>
        <div class="formdiv">
    <form method="POST" action="{{url_for('test_results')}}">
        <h1>A test to help you explore careers</h1>

        <br><br><br>
        <h2>Are you ...?</h2>
        <ul class="checkbox-grid">
        {%for i in are_you%}
        {%for j in are_you[i]%}
        <li><input type="checkbox" name="{{i}}"><label for="{{i}}">{{j}}</label></li>
        {%endfor%}
        {%endfor%}
        </ul>

        
        <br><br><br><br><br><br><br><br><br>
        <h2>Can you ...?</h2>
        <ul class="checkbox-grid">
        {%for i in can_you%}
        {%for j in can_you[i]%}
        <li><input type="checkbox" name="{{i}}"><label for="{{i}}">
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Your website is not responsive. If you don't want to make the code responsive by yourself, you can use CSS libraries like bootstrap to do the heavy work for you.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!