Hii guys,
I have just changed the wrapper width to
#wrapper{
min-width:850px;
width:90%;
padding:0;
margin:4px auto;
border:1px solid silver;
text-align:left;
}

so as to shrink the content area.its working well in FF.but in IE 6 .the right sidebar is coming good but the left sidebar goes to the left of the screen and only half can be seen.any solution to this..so that i can adjust this.and i have attached a screen shot of whats happening..can u plzz let me know what can i do to solve.

CommentFileSizeAuthor
screenshot.JPG114.55 KBpradeepg_jain

Comments

cmstuning’s picture

there's ie6-fix.css. You should put a value of new width. Also IE6 does not support min-width value.

pradeepg_jain’s picture

You mean to say in ie6.css i should add
#wrapper{
width:90%;
padding:0;
margin:4px auto;
border:1px solid silver;
text-align:left;
}

pradeepg_jain’s picture

And should the size of left and right side bar also changed

cmstuning’s picture

Category: bug » task
Priority: Critical » Minor
Status: Active » Fixed

Fixed in 6.x-1.6 version

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.