How to align logopicture on the rightside ?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
cc_023
New Member
New Member
Posts: 3
Joined: Sun Feb 01, 2009 9:36 pm

How to align logopicture on the rightside ?

Post by cc_023 »

div#header h1 a {
/* you can set your own image here */
  background: #fdfbf9 url(images/cms/logo1.gif) no-repeat 0 12px;
  display: block;
  height: 80px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

But it shows left. What to do to align it right ?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: How to align logopicture on the rightside ?

Post by calguy1000 »

please try to post in the correct forum, and provide detailed information and context about your posts.

you've been warned.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
User avatar
CWebguy
Forum Members
Forum Members
Posts: 139
Joined: Thu Jul 24, 2008 3:31 am

Re: How to align logopicture on the rightside ?

Post by CWebguy »

background-position:right;
CMSMS Made
Post Reply

Return to “Layout and Design (CSS & HTML)”