Ad Manager Node specific adverts

Discussion in 'General Support and Questions' started by Smooth, Jan 4, 2012.

  1. Smooth New Member

    Hi Guys,

    First up thank you so much for making such a superb add on! Just purchased - it is excellent! Makes everything a breeze!

    Quick question - I want to add a banner to one of our nodes, aligned right, but underneath the Notices area? There is a nice void of space there which would be great to use, but cant find the position it would be?

    Can you advise?

    Thanks again.
  2. Smooth New Member

    Aha! Sorry - just found it "above content".

    Could I still have a hand with the right aligned? Presume this is done in CSS?
  3. Vincent Staff Member

    Hello Smooth,

    Glad you found what you needed :)
    To have the banner aligned right, you need to add the following in Style Options -> Inline CSS:
    Code:
    float: right;
  4. Smooth New Member

    Thanks Vincent - float right causes this:

    Screen Shot 2012-01-04 at 12.03.56.png
  5. Vincent Staff Member

    Hmm, that's not so cool.
    It would be better to have it on the left though.

    If you really want it above the "Selected Threads" phrase, tell me.
  6. Robbo Staff Member

    You either have display: block problems, clear: both problems or margin: might be able to help. I don't have time to help in detail now, just some hints.
  7. Smooth New Member

    Thanks Both - would be great to have a solution, but until then, left aligned looks awesome.
  8. Vincent Staff Member

    You can always add a margin-bottom and a break and that should fix the problem :)
    But if it's cool, it's alright :D
  9. Smooth New Member

    OO sounds good - can you help with the code? Thank you so much vincent.
  10. Vincent Staff Member

    I can help for sure, but before we continue I must say I think it will look better on the right than on the left.

    If we do it on the right there will be a HUGE amount of empty space on the left.

Share This Page