Page 1 of 1

Getting this text to align left

Posted: Sun Sep 28, 2008 3:21 pm
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'}

Re: Getting this text to align left

Posted: Sun Sep 28, 2008 4:48 pm
by Nullig
Try changing the css:

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

Nullig

Re: Getting this text to align left

Posted: Fri Dec 19, 2008 3:00 pm
by dowoam
It would be fine, to you leave the authors link in the free-template.

greetings
Dirk

Re: Getting this text to align left

Posted: Mon Dec 29, 2008 9:19 am
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..