Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Layout Problems

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25794
    MKlucher
    Member

    I’m trying to take a existing theme for a blog and modify so that it’s more fitted for my needs, I’m trying to add a header box where I can have some image and text as my header and then the navigation below it. The problem is, even though I set the header height to an explicit number, the problem is if I set it to anything large the navigation bar just goes through the middle of it. Ideally I want the navigation aligned to the bottom right before the body and sidebar begins. You can see it look busted here: http://smugpixel.com/smugpixel/g/

    If anyone would be willing to take a look at my CSS and let me know what I’m doing wrong, I would really appreciate it. You can check out the CSS file here: http://codepaste.net/e9gxez

    Thanks!

    #62408

    I wouldn’t bother setting a height to your #header div and trying to adjust that in the CSS. Adjust div#headerimg instead, or add a new div in between div#headerimg and div#navi, and add your new text/images there.

    #62831
    MKlucher
    Member

    I’m not using the #headerimg code though (You’ll see it’s commented out) I plan to set the image as a background will that asjust the heigth then or not?

    Sorry just don’t think I am understanding the solution…

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.