Template pages collapse oddly when browser made smaller - Joomla! Forum - community, help and support
is there way keep pages collapsing oddly when re-size browser window? default/beez temp does: http://paulrisko.com/tempimages/odd_co.jpg
browsers checked: firefox, safari
thanks!
browsers checked: firefox, safari
thanks!
so answer this:
in file: position.css, on line 33
if don't want content reflow, change max-width width
#all {
margin: 0 auto;
/* max-width: 1050px; */
width: 1050px;
padding: 0px;
text-align: left;
}
in file: position.css, on line 33
if don't want content reflow, change max-width width
#all {
margin: 0 auto;
/* max-width: 1050px; */
width: 1050px;
padding: 0px;
text-align: left;
}
Comments
Post a Comment