• I’m trying to fix a few issues with space.

    https://sekhu.net/wp/

    a) Box 1 (top left) has the text right next to the border, I’d like it more centred, and more even like the box next to it.

    b) The boxes at the bottom and the footer are short, but using any stretching that I could try borked it, could someone explain how to make the thing fit so it catches the side borders?

    c) if you hover the buttons at the top (home, RSS) you’ll see the hover leaves a gap at the top, again how can I fix this so it’s more even.

    Thanks in advance

Viewing 5 replies - 16 through 20 (of 20 total)
  • 1) An IE bug? https://positioniseverything.net/
    I’ll take a look at it later

    2) Just a note you set height for #navcontainer LI. Set it for #navcontainer A, instead.
    And then give id for each item (#item1, #item2, etc) and set no bottom border for last item. That’s about it to resolve the issue on hand.
    I don’t get why you have to create an image, unless, it’s just for cosmetic purpose.

    Thread Starter jinsan

    (@jinsan)

    1) I’ll give it another look, not sure specifically what I’m after

    2) done the first part, works great – couldn’t get rid of the bottom border though. I set each item an id, though I think it’s the CSS that’s confused me a little. I tried several variations:

    #li #six {
    border-bottom: none;
    }

    #navcontainer li #six {
    border-bottom: none;
    }

    #navlist #six {
    border-bottom: none;
    }

    #navlist #six li{
    border-bottom: none;
    }

    Haven’t got any of those to work.

    If Thomas Alva Edison had given up at his fourth filament, we’d possibly still live in age of darkness. ??

    li#six a {
    border-bottom: none;
    }

    Thread Starter jinsan

    (@jinsan)

    lol yeah, Edison would be so proud of me for my persistence:)

    Thanks that worked, now I have to decide what content I want, where and why ??

    1) Set line-height for h1 to normal

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Spacing problems’ is closed to new replies.