Moving Forums Over (closing gap)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Front-Door
    Member
    • Mar 2006
    • 60
    • 3.5.x

    Moving Forums Over (closing gap)


    The cap on this link shows a forum with the banner flush against the left side and the top. what template do you have to change to do that? on my VB site its not flush its got gap. how do i close it?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    You need 100% width:

    Admin CP -> Styles & Templates -> Style Manager -> StyleVars (in the menu) -> Main Table Width

    ...and 0 body margins:

    Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu) -> Body

    In the Extra CSS Attributes box for that class, set all margins to 0:

    Code:
    margin: 5px 10px 10px 10px;
    padding: 0px;

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...