WordPress Theme Help

Discussion in 'HTML & Website Design' started by Monkey1, Oct 14, 2009.

  1. #1
    When I add my title on my WordPress theme, it goes like this

    [​IMG]

    How can I fix that?

    Site Link: http://aullah.com/
     
    Monkey1, Oct 14, 2009 IP
  2. infogle

    infogle Prominent Member

    Messages:
    2,732
    Likes Received:
    128
    Best Answers:
    1
    Trophy Points:
    300
    #2
    Edit the CSS and width of this complete bar... i think this is only causing the issue.

    Hope it helps...
     
    infogle, Oct 14, 2009 IP
  3. atricity

    atricity Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's because your blog title is too long and it is pushing to 2 lines. Either make your blog title shorter or change the font size via the following css property:

    #logo h1 a
     
    atricity, Oct 14, 2009 IP
  4. MhW

    MhW Active Member

    Messages:
    370
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    85
    #4
    3 different solutions you can take here.

    1) Use less words in your blog title to make it fit on one line

    2) Open /wp-content/themes/excellence/style.css

    Find:
    #logo h1 a {color:#CCCCCC; font-size:34px; display:block;}
    Code (markup):
    Replace with:
    #logo h1 a {color:#CCCCCC; font-size:22px; display:block;}
    Code (markup):
    3)
    Open: /wp-content/themes/excellence/header.php

    Find:
    <a href="<?php bloginfo('rss2_url'); ?>" class="rss"><img src="<?php bloginfo('template_directory'); ?>/images/rss.gif" border="0" alt="RSS" /></a>
    </div><!--header-->
    Code (markup):
    After, Add:
    <br />
    Code (markup):
    Then use an image editor to remove the black areas from these two images:
    http://aullah.com/wp-content/themes/excellence/images/menu_left.jpg
    http://aullah.com/wp-content/themes/excellence/images/menu_right.jpg

    ---

    Option #2 is probably the easiest :)
     
    MhW, Oct 14, 2009 IP
  5. Ckabayan

    Ckabayan Peon

    Messages:
    167
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you need to edit the css....
     
    Ckabayan, Oct 14, 2009 IP
  6. speakeasy602

    speakeasy602 Active Member

    Messages:
    150
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #6
    Definitely a CSS edit will do the trick.

    Aside from that, I would make the title shorter and maybe implement All in One SEO so you can use the title from there for your site.
     
    speakeasy602, Oct 14, 2009 IP