width - CSS 100% will not resize below 1000px -
i'm working on custom stylesheet override site. https://adminluonline.blackboard.com/. want page elements load 100%. seem assume 1000px min-width reason. they'll stretch out past far want won't go smaller.
i'm using stylish firefox plugin , using !important
override. i've gone far telling 1 div
not display. 1 div
, no padding , no margins, won't cooperate. have suggestions o next steps?
#loginpane
has fixed width of 800px
. that's what's causing page stop shrinking. either use media queries or change , child elements have static width of 600px
line 3 of theme1.css:
body{ min-width: 1000px; }
probably problem.
Comments
Post a Comment