php - Site width scaling -


i think have done bad thing. on site http://nwglobalva.com have been playing idea of having site scale width of browser. have realized bad idea because elements bunch , starts terrible.

my issue have backed myself corner when comes making thing rigid again doesn't scale. have advice on how should above? imagine it's simple can't seem find way lock down elements displays okay.

you having class="bg" outermost div contents. if css tricks class, problem may solve. following options can try out.

1] remove margin-left: 200px; , margin-right: 200px; css of class , see result. make site full width regardless of device width.

2] try giving css width: 95%; , margin: 0 auto;

3] if want make site device-friendly, bootstrap best option.

4] if want go current css rules can use media queries handle site dimensions according device. here link media queries standard devices


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -