To the above question...
you need to change the padding to move the widgets pictured above, the way it is set now is the default width of vb4, because you have the chat box in the "breadcrumbs" section it isn't aligned, you can either move the chatbox into the main body wrapper (this will align with the widgets) or you can edit the padding of the body... you can do so here:
Stylevars/common/Body_Padding
Change the left & right from "20" to "2" or even zero.
This is not a problem with the style, it's a problem as to where you have the chatbox positioned, the body padding is set to 20 left & right by default.
Hope that helps
|