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

117
Views
Trying to make my site responsive on all devices especially on mobile phones

I'm trying to make my site responsive on all devices especially on mobile phones but I cannot figure out how to make it. I had tried different break points also but it doesn't work. Suggest me some way to make it responsive.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Adding a simple <meta name="viewport" content="width=device-width, initial-scale=1"> should help add some scaling fixes.

about 4 years ago · Juan Pablo Isaza Report

0

You have many ways, two of them are :

Option 1: Pure CSS

By using @media you can determine browser size and write different CSS for different browser sizes

@media only screen and (min-width:768px){
   Selector{
       Prop: Value;
   }
}

Option 2:

You can use a responsive CSS library like Bootstrap and use its grid layout,

BS Considers every container element like every division as 12 columns and you can set different columns for different devices

<div class="col-12 col-md-6" ></div>

For example in this short code, i said my division should take all 12 possible columns of Bootstrap, BUT, it should take only 6 columns(half of the page) in medium devices (md) Which in bs(up to Version 5) are devices larger than 768px

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!