Help with my wordpress header.

Discussion in 'Graphics & Multimedia' started by lawrenceq, Mar 20, 2007.

  1. #1
    I just put together a blog and had a custom header made. My problem is the title and description(tagline) of my blog is running through the graphics for my header.

    Is there a way I can fix this without deleting my title and description from the options area of my blogs dashboard?
     
    lawrenceq, Mar 20, 2007 IP
  2. asterix

    asterix Well-Known Member

    Messages:
    1,095
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    165
    #2
    if you have css knowledge it can be fixed :) you will have to change some values.
     
    asterix, Mar 20, 2007 IP
  3. lawrenceq

    lawrenceq Peon

    Messages:
    333
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What conference is that? I heard of the SEC and ACC but not the CSS. :D

    When I have some time I plan on taking some computer programming classes. I have a little G.I. Bill money left. ;)
     
    lawrenceq, Mar 20, 2007 IP
  4. check

    check Guest

    Messages:
    356
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    go to your wordpress dashboard, then go to Presentation>Theme Editor and by default you will be at your CSS stylesheet. Check out the whole thing and see if there is anything that would look like it would change the position of that text.
     
    check, Mar 20, 2007 IP
  5. sahmothers.com

    sahmothers.com Well-Known Member

    Messages:
    2,389
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    135
    #5
    Its usually in the header.php file and it calls the php_blog_info file somehow
     
    sahmothers.com, Mar 21, 2007 IP
  6. julie_a

    julie_a Peon

    Messages:
    37
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Open your header.php (where the title and description are usually found) and delete these codes if you find them:

    <a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a>

    <?php bloginfo('description'); ?>
     
    julie_a, Mar 23, 2007 IP
  7. lawrenceq

    lawrenceq Peon

    Messages:
    333
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7

    I did not find this code in header.php
     
    lawrenceq, Mar 23, 2007 IP