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
Post a Comment