
Originally Posted by
bjames
The first thing to do would be to resize your logo.png to 950 px wide because 950 is the width of the template. Then in the stylesheet.css file change this:
Code:
#tagline {color:#b5b5b5;font-size: 1.65em;text-align :left;text-transform:lowercase;vertical-align:bottom;margin-left:10px;margin-bottom:25px;}
#logo {padding-top:15px;padding-left:15px;}
to this:
Code:
#tagline {color:#b5b5b5;font-size: 1.65em;text-align :left;text-transform:lowercase;vertical-align:bottom;margin-left:10px;margin-bottom:25px;display:none;}
#logo {padding-top:0px;padding-left:0px;}
Thanks,
Anne
Bookmarks