Recent Topics

1 Aug 05, 2011 23:28    

My b2evolution Version: 2.x

Please look at this post

http://forums.b2evolution.net/viewtopic.php?t=22650&highlight=

Need to fix a small CSS problem on my blog. Kind of driving me nuts.

http://www.mymarketingvision.com/blogs

Notably the width runs off the page and the prev_next posts also run off.

Thanks in advance!

2 Aug 07, 2011 00:23

/* Default styles overriden for this skin: */
table.prevnext_post {
	margin-top: 30px;
	width: 955px;
}

The width must be within the main content block, about 550px or so.

3 Aug 07, 2011 01:13

sam2kb wrote:

/* Default styles overriden for this skin: */
table.prevnext_post {
	margin-top: 30px;
	width: 955px;
}

The width must be within the main content block, about 550px or so.

Thanks. I changed it (not permanently) and I saw no difference. If I move the #wrapper L/R margin to 0, it left justifies with no scrolling to the right. There has to be a way to keep this at the current width and lose the scrolling.


Form is loading...