Quote:
Originally Posted by clarkey25
I have a bit of an issue. This is what mine looks like right now.
Now the issue is the red and green circled bits being in the same "wrap".
The red one is for vB Eperience and the green one is for a Custom Secondary User Title.
The bit in postbit_legacy that calls it is this:
Code:
<div class="eti_postbit" align="center">{vb:raw template_hook.postbit_userinfo_left}</div>
How can I get them to be separate?
|
You shouldnt wrap Hooks in the <div class tags
Every mod which calls for it will be all in the same box
find the postbit template's from the mods and wrap them
Not the hook