Message style - Private controls position

Discussion in 'XenForo' started by Klaudius, Mar 16, 2012.

  1. Sporty

    Klaudius Member

    Likes Received:
    8
    Software You Use:
    XenForo
    Hi to all, I've done this:

    snap0191.png

    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 :)
  2. Overworked

    Forsaken Well-Known Member

    Likes Received:
    183
    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.
  3. Sporty

    Klaudius Member

    Likes Received:
    8
    Software You Use:
    XenForo
    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 o_O
  4. Busy

    Shelley Designated Designer

    Likes Received:
    644
    Software You Use:
    XenForo
    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.
  5. Sporty

    Klaudius Member

    Likes Received:
    8
    Software You Use:
    XenForo
    I understand... thanks for the reply

Share This Page