css3 - extra blank space in HTML (decrease size) -


my problem seems simple yet have tried , cant come answer. developing website , on main template have blank space either on both sides or on 1 side of page because html wider main container, decrease width of container fits screen. suggestions? have seen answers posted here before , didnt help.

you don't decrease size of html, html size of "viewport" part webpage displayed.

you can try :

body {   width:100%;   margin:0%;   padding:0%; } 

so main (body) container same size html , there no white sides.

this long shot there no code here work see talking about.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -