Getting this text to align left

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
leerees
Forum Members
Forum Members
Posts: 40
Joined: Tue Aug 07, 2007 5:34 pm

Getting this text to align left

Post by leerees »

Hi,

I am trying to align the text in the top that says signs, banners & print to the left and have tried using ALIGN in various forms without success. Can anybody help me. The url is http://www.signmakersdirect.com

Thanks

Code: Select all

<div id="logo"></div>

   <!--- Start Search -->
    <div id="search">
          {search}
    </div>
   <!--- End Search -->

<h1>Sign Makers Direct</h1><br />
<span>Signs, Banners, Livery & Print</span>
  <a id="menu"></a>
 </div>

<div id="spacer">
 <div id="nav">
   {cms_module module='menumanager' template='BBM-Business : BBM-Business : BBM - horizontal'       number_of_levels='1'}
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Getting this text to align left

Post by Nullig »

Try changing the css:

#site span{
font-size:1.6em;
letter-spacing:-1px;
margin:0;
padding:0;
}

Nullig
dowoam
Forum Members
Forum Members
Posts: 25
Joined: Sat Mar 15, 2008 9:21 am

Re: Getting this text to align left

Post by dowoam »

It would be fine, to you leave the authors link in the free-template.

greetings
Dirk
christiaans
Power Poster
Power Poster
Posts: 300
Joined: Tue Mar 04, 2008 10:37 am

Re: Getting this text to align left

Post by christiaans »

Not sure, but the header with the menu doesn't look too good. The menu overlaps the logo and parts of the header in FF3. You might want to take another look at that..
Post Reply

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