Log in

View Full Version : My content is not adjusting to fixed width


adrenalis
02-01-2010, 04:32 AM
Has anyone run into this? I set my site to a fixed width (using doc_width = 760px), but my content is overrunning the right edge. Am I missing another width setting somewhere else? I have looked everywhere, and searched this forum but can't find a solution. If you look at the right side of my screen shot you will see the issue. Thanks.

Attitude5ire
02-01-2010, 11:13 AM
If you post link to the forum, i can answer you better

adrenalis
02-01-2010, 11:57 AM
Thank you for your help: http://mega4m.com/content.php

820Media
02-01-2010, 01:13 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=234641" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=234641</a>

Make the doc_maxwidth bigger.

adrenalis
02-01-2010, 10:10 PM
Hi, thanks for the link; I'll check it out. But doc_maxwidth isn't needed when doc_width is set (at least, that's what it says in the description). I am trying to limit my forum to 760px wide, so widening would defeat my original purpose.

*I just went in and watched the video link you posted. I reverted doc_width, and set the pixels in doc_maxwidth as you instructed. I also updated vbulletin.css as instructed (margins set to auto)... still no success. I appreciate the suggestions, though.

Attitude5ire
02-02-2010, 11:02 AM
You have some issues in ur body and body wrapper
1) change doc_width to maybe 840px, its better because currently you have less than 800px;
2) .body_wrapper your padding is wrong.. its 0px 20px 20px;
make top and bottom 0 and left and right 10px;
that shd fix it

adrenalis
02-02-2010, 12:07 PM
That did the trick. Thank you for your help.