• Hey all, I had two questions for you. I am having two problems with my header. Problem number 1: I have a marginleft and a marginright. The marginright was set to display an RSS picture/link, but I want to remove it completely and center the marginleft. How can I do this?

    Next, if you look carefully under the header, there is a 26px bar that juts out and doesn’t blend well with the background… I need to know how I can delete this tiny strip. Please take a look at this and get back to me! The url is dannyvittore.com. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • First question: Using Firebug I just removed both the div#headerleft and div#headright and it looked fine to me. I’m not sure what you want to center, but getting rid of 2 meaningless div’s will make styling easier to do.

    Second question: Actually the offending bar is 11px high. Change your CSS so that the height of #header is 109px instead of 120px.

    Thread Starter wdmassey

    (@wdmassey)

    Awesome.. I got the bar gone by changing to 109px! Now, what exactly do I need to edit as far as #headerleft and #headerright go? Do I edit that in styles.css, or in headers, or both?

    This is probably in your theme’s header.php file. Look for a div with id=”header”. Inside that div are 2 more div’s with ids of headerleft and headerright (which is empty). Get rid of the divs but not the <a href=... inside the headerleft div.

    In the header.php things might be more complicated than what I’m describing, but all I can see is the final, rendered HTML.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header Problems – Help!’ is closed to new replies.