1
I have a screen that will be a Dashboard and in it I have several panels that are read with float:left so that when the screen is resized go passing the panels down getting so responsive. My problem is that I need to leave these panels centered on the page and only managed via javascript, is it possible to do only with the use of css? Below follows an image of how it is today, note that it is not centered, and if I set margins when resizing the page gets all wrong.
The width of these "panels" is fixed or not?
– Allan Andrade
Could you use percent width? 25% for each?
– Allan Andrade
tag <center></center> ?
– Amadeu Antunes
The width is fixed at 400px and when it is below 450px the screen ai is at 100%
– Diogo Soares
Could I create a file in Paint (or other) of how you want to leave it? My suggestion would be similar to that suggested by @Andre Monteiro
– remmendo