Results 1 to 9 of 9

Thread: Help With Freshy Theme!

  1. #1
    Join Date
    Jul 2009
    Location
    Sutton, Ontario
    Posts
    78

    Default Help With Freshy Theme!

    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
    thanks.

  2. #2

    Default

    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.

  3. #3
    Join Date
    Jul 2009
    Location
    Sutton, Ontario
    Posts
    78

    Default

    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

  4. #4
    Join Date
    Jul 2009
    Location
    Florida
    Posts
    618

    Default

    Sue, is Freshy a free theme? Tell me where to get it and I can take a look at this problem for you.

  5. #5

    Default

    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

  6. #6

    Default

    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.
    }

  7. #7
    Join Date
    Jul 2009
    Location
    Sutton, Ontario
    Posts
    78

    Default

    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

  8. #8
    Join Date
    Jul 2009
    Location
    Sutton, Ontario
    Posts
    78

    Default

    Quote Originally Posted by michelle924 View Post
    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.

  9. #9

    Default

    Great! Glad I could help.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •