Need help with my wordpress title placement

Discussion in 'HTML & Website Design' started by FuzzyLogic, Jul 14, 2009.

  1. #1
    If you look at my title you can see that the text needs to be moved over towards the right to improve visibility with my custom header.jpg. Has anyone done something like this before mind helping? The site is here, look at the header and you'll immediately know what I am talking about. Thanks!!
     
    FuzzyLogic, Jul 14, 2009 IP
  2. GReddy4u

    GReddy4u Active Member

    Messages:
    442
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #2
    You could move the food image to the right of the banner and keep the text where it's at.

    Or you could remove the text and edit the banner in ms paint and add the text there wherever you think it would best fit.
     
    GReddy4u, Jul 14, 2009 IP
  3. FuzzyLogic

    FuzzyLogic Active Member

    Messages:
    189
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I understand I could edit the image. I did it in ps. I want to edit the header file for the theme so it's displayed more over to the right instead.
     
    FuzzyLogic, Jul 14, 2009 IP
  4. GReddy4u

    GReddy4u Active Member

    Messages:
    442
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #4
    So are you wanting the header to stay in the same place but the text more to the right?

    Just open it in ps and add the text you want on the right side of the image and remove the header text you have in the theme options...
     
    GReddy4u, Jul 14, 2009 IP
  5. FuzzyLogic

    FuzzyLogic Active Member

    Messages:
    189
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    Oh yeah, thanks I didn't think about doing that!
     
    FuzzyLogic, Jul 14, 2009 IP
  6. GReddy4u

    GReddy4u Active Member

    Messages:
    442
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #6
    heh, yeah.. Sometimes when I'm thinking too hard about how to fix something I completely forget about the simple ways to get it done.

    You owe me a rep for jumpstarting your brain on this one
     
    GReddy4u, Jul 14, 2009 IP
  7. nontemplates

    nontemplates Peon

    Messages:
    782
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I don't think the text is the problem. the image just doesn't look right there
     
    nontemplates, Jul 15, 2009 IP
  8. audraoc

    audraoc Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    In your style.css
    find:
    .co_name {
    vertical-align:top;
    padding:68px 89px 40px 67px;
    line-height:2.11em;
    }
    adjust padding to something like:
    padding:68px 89px 40px 267px;
    Hope it helps
     
    audraoc, Jul 15, 2009 IP