Just want to say big thanks to Seven Skins for this mod, takes a wee bit of work to get working with a customised design but well worth it due to the stupidity of vB4 not having the ability to have the sidebar on pages other than FORUMHOME.
So thanks a lot!
Quote:
Originally Posted by I3eXa
Have been trying to install this today but for some reason it keeps cutting off my white background image across the whole forum page. Any ideas why? Here are before and after pics and thanks in advance for any info as I know you guys are busy with our stupid questions:
|
I have just suffered with this myself and after trying clears, clearfix's and all sorts, in the end it all came down to simply adding overflow: hidden to the opening div that contains your background.
Mine for example was
body_wrapper so in the
navbar template I found:
Code:
<div class="body_wrapper">
and changed it to: (show only to Guests on ForumDisplay)
Code:
<div class="body_wrapper"<vb:if condition="$show['guest'] && THIS_SCRIPT == 'forumdisplay'"> style="overflow:hidden;"</vb:if>>
In your case I believe you're using
bodyWrapper so just copy the red section and paste it into the
bodyWrapper div.
I should say I'm using this on vB 4.1.3