0
How to remove white space from left and right side of window?
i tried body,div margin:0px; in css and set * to margin:0px auto; padding:0px but space of left & right side is there, how to fix it and set webpage in whole window of Firefox/chrome
2 Answers
+ 8
Do you mean a div or the whole page?
In the first case maybe you should publish your code, or at least a demo. :)
In the second case a normalize, local or CDN, should be enough to be sure you're removing almost all the default settings: https://code.sololearn.com/W62gA7h9nWSy/?ref=app
0
whole page