PDA

View Full Version : how to reduce the column size of right side


mailpk
06-05-2007, 01:09 PM
hii i am using the blue theme with 3.51, i want to reduce the right side colum size of it as depicted in the image below
http://worxspace.com/right_column.jpg

i tried looking in templates and css but could not figure out how to do it can any one tell me how to do it....

Micha
06-05-2007, 01:55 PM
You can read on how to change (fix) your layout in this thread:

http://www.vivvo.net/forums/showthread.php?t=825

mailpk
06-06-2007, 07:49 PM
You can read on how to change (fix) your layout in this thread:

http://www.vivvo.net/forums/showthread.php?t=825

tried as mentioned in that post but it did not work ,was not abel to reduce the size of right hand side as desired.

andy77
06-07-2007, 05:59 AM
What exactly did you try?

hint:

#dynamic_box_right {
width: 250px;
margin: 0;
float: right;
}

No0b
08-05-2007, 01:51 PM
What exactly did you try?

hint:

#dynamic_box_right {
width: 250px;
margin: 0;
float: right;
}


where can i find this one? is it in style.css or?

nfriend
08-05-2007, 09:01 PM
layout.css
you'll also need to change the container for the content so that it will increase in width by the amount that you reduce from the right column, for example, here are some elements that need adjustment (change the numbers accordingly, I used 150 instead of 250):
#dynamic_box_right {
width: 150px;
...
}
.content_holder {
...
width: 654px;
}
.content_holder_no_left {
...
width: 804px;
...
}
keep in mind, however, that your Most Popular (and related) boxes will also need adjustment...there won't be enough room for them anymore. I have yet to do that, so maybe you can post the fix for that...?

khabaru
08-13-2007, 06:17 AM
Hi, I want to know whats the best and shortest simplest way to change the right column to left and left colum to right with all boxes.

khabaru
08-13-2007, 06:18 AM
in other waord, I need to swap left and right columns. and also to change the whole system a right- to left layout. pls help..