I am using the marvin template on a site, it works fine and I have a custom background that I like, Only problem is, when I go to put the logo on, it always shows on the left. How can I get it to the right.

I don't want to have to put it directly on the background template.

you can view this problem at www.forum.suesman.net

Thanks for input.

Comments

level02’s picture

Around line 136 of http://www.forum.suesman.net/themes/chameleon/common.css
try changing:

#header img {
  float: left;
  padding: 0em 2em .5em 0em;

to:

#header img {
  float: right;
  padding: 0em 0em .5em 2em;

Have you tried the Firefox Web Developer Toolbar?

vm’s picture

while the web developer toolbar is a nice tool, the firebug addon is much better IMO.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

SueCarlson’s picture

Thanks for the input and the terrific way you told me EXACTLY where to go, I appreciate that.

Yes I have the webdeveolper for firefox think I also have firebug. I think if it is an firefox add on, I have it hehe.

www.sueswebdesigns.suesman.net