the headerblock is sometimes problematic, and if I were you
I would not add a <br />
The wrapper <ul> is not generated in a template but hardcoded in
forums/includes/vbgallery/forumhome_start.php
Code:
Content visible to verified customers only.
it is there twice, once for cached images, once for newly generated.
BUT I WOULD NOT TOUCH THAT if I were you - as the element is float left or right, that can be changed in Stylevars on a per Style base. There you can also change the distance from top. (if you need a higher header, you can add a <br /> in your main header template somewhere)
to play around with the settings..
go to ACP->Styles & Templates->Style Manager.
There in the style you want to change select
Stylevars in the dropdown menu.
That will take you to the Style Variable Editor.
Scroll down to the vbgallery sections to the section:
vbgallery_Headerblock
There you have 3 stylevars you can edit.
ppg_hdblock_position : setting left or right
ppg_hdblock_topmargin: it is set to -4, default for left, but if you set it to right above.. you might need another height.
ppg_hdblock_topmargin_noreg: if you set it to right above.. you will need another distance to top so the block will not interfere with the login stuff.
more detailed explanation from the stylevar help:
Quote:
|
Useful if you set the Headerblock to 'right'. As the login in header has a different height than the block for registered users, you might need a different top-margin for guests. You can position the block higher by using a negative top-margin: example -12 will set the Block 12 pixel higher than default. [Suggested setting when block is set to 'right': Units: px and Size:-12]
|
negative value : -12 will set block higher than default, positive value will set it lower..
it says if you set to right, but of course it will also work if the headerblock is "left"
Luc