PDA

View Full Version : Help With Freshy Theme!



suef
February 3rd, 2010, 09:27 AM
Hi, I am using the Freshy theme and am trying to customize the header. I am finding that my title text automatically wraps around to the next line, and my tag line is displaying outside the header box.

I have looked in the stylesheet and the freshy options to see how to fix this but with no success.

Suggestions would be greatly appreciated.

Sues Healthy Lifestyle (http://www.sueshealthylifestyle.com)
thanks.

michelle924
February 3rd, 2010, 10:52 AM
I'm not familiar with the freshy theme but if you look at the the stylesheet screen.css you'll see this:

.span-12 {
width:470px;
}

Try making the width just a little wider, It looks like the header is wrapping.

suef
February 3rd, 2010, 11:34 AM
Hi Michelle

I don't see that under header. Here is what I have.

#header h1 {
margin-bottom: 8px !important;
padding: 30px 0 0 15px;
font-weight: normal;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-size: 48px;
}

#header h1 a, #header h1 a:visited {
color: #fff;
text-decoration: none;
}


#header h2 {
padding-left: 15px;
color: #f5fcdf;
font-size: 14px;
line-height: 14px;
font-family: Times, "Times New Roman", serif;
font-style: italic;
}

#tophead {
background: url(images/topbackgr.jpg);
background-position: right top;
background-repeat: no-repeat;
height: 106px;

Not sure what to change.

Thanks

pamb10
February 3rd, 2010, 11:57 AM
Sue, is Freshy a free theme? Tell me where to get it and I can take a look at this problem for you.

michelle924
February 3rd, 2010, 12:00 PM
It may not be listed under the header area. I don't know if you are able to see what line number the style starts at but it would be line 109 on the stylesheet screen.css.

From what I can tell it looks like the theme uses multiple stylesheets so be sure you are looking at the right stylesheet.

The other option is to decrease the font size a bit. In the code you pasted:

#header h1 {
margin-bottom: 8px !important;
padding: 30px 0 0 15px;
font-weight: normal;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-size: 48px;
}

You could also change font-size: 48px to something smaller, maybe 45.

HTH

Michelle

michelle924
February 3rd, 2010, 12:04 PM
Another option would be in this area:

#header h1 {
margin-bottom: 8px !important;
padding: 30px 0 0 15px;
font-weight: normal;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-size: 48px;
}

Change the 15px I bolded to 0px.

Pardon the expression but there is usually more than one way to skin a cat. :)
}

suef
February 3rd, 2010, 01:09 PM
Okay Michelle will give what you suggested a try. Pam it is a free theme under weightloss and yoga, thats where I found it. Plus I have seen it mentioned in this forum quite a bit as a good theme to use.


Thanks

suef
February 3rd, 2010, 01:39 PM
Another option would be in this area:

#header h1 {
margin-bottom: 8px !important;
padding: 30px 0 0 15px;
font-weight: normal;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-size: 48px;
}

Change the 15px I bolded to 0px.

Pardon the expression but there is usually more than one way to skin a cat. :)
}

Hi Michelle, this worked for me!!

Thank You so much.:)

michelle924
February 3rd, 2010, 08:07 PM
Great! Glad I could help. :)