Hi to all, I've done this: Now I would change the position of Private controls (author and date), from bottom of the message to the top, inside the green bar. How can I do this? I've tried to add margin-top: -XXpx; in .message .privateControls but don't works.. Thanks in advance for any help
For something like that, you seriously need to modify the HTML for it to look the same in all browsers. Otherwise you can use 'position:relative; top: xxpx;', but it doesn't always work properly in all browsers.
Thanks for the reply, I've tried that but don't works. Can I post a link of a forum? There have done exactly what I would do Inspecting their code I've seen .message .upMessage, I haven't this
Your more than free to post a link to your forums to get further help to what your wanting to accomplish but I honestly think the answer will be the same. You'll have to go around this by editing the html in the templates and then fine tuning it further with css if needed.