Quote:
Originally Posted by maupz
Dylan, We really appreciate this app it works wonderfull
Just one quick question
How do I do to center the app, my forum has a center frame just like this forum but when i access the garage everything appears on left side!!!
THANKS IN ADVANCE!!!!!!
|
I would play with the garage_css template. You should be able to center it in there.
Maybe at the bottom where it has body change it to.
PHP Code:
body {
width:{vb:stylevar doc_width};
min-width:{vb:stylevar doc_minWidth};
max-width:{vb:stylevar doc_maxWidth};
margin: {vb:stylevar doc_margin};
font-size:{vb:stylevar font.fontSize}px;
color:{vb:stylevar body_color};
line-height:{vb:stylevar line_height};
text-align: center;
}
Quote:
Originally Posted by maupz
And how do I remove or move to another part of the forum the Random garage in the main screen
|
It isn't designed to go anywhere else. It's a forumhome block.