• Resolved enacuous

    (@enacuous)


    Website is MY SITE

    As you can see on my top navigation bar it looks good but I added a new page called instrumentals and it seperated my theme and put the link in that black space. There is all kinds of room to the left on my top navigation bar why is it doing this and how can i fix it

    I’m guessing it’s my CSS so here it is

    CSS

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter enacuous

    (@enacuous)

    bump

    Edit style.css and change:

    #menu a {
    color:#B3DBEF;
    display:block;
    font-weight:normal;
    padding:4px 10px 6px;
    }

    to

    #menu a {
    color:#B3DBEF;
    display:block;
    font-weight:normal;
    padding:4px 8px 6px;
    }
    Thread Starter enacuous

    (@enacuous)

    awesome that fixed it. Thank you so much

    “The greatest prayer is patience” – The Buddha

    the left-floated navigation bar is somehow ‘sticking’ at the corner of the header image; adding a height to ‘.blogname’ can change that:

    .blogname {
    	width:600px;
    	font-family:Century gothic,Verdana,Tahoma,sans-serif;
    	margin:20px 0 0 0px;
        float:left;
    	background-repeat:no-repeat;
    height:197px;
    	}

    @esmi: that only worked because the last page title was quite long, and squeezing them together created enough space; adding another page would bring the same problem again.

    Thread Starter enacuous

    (@enacuous)

    Ok but now what do I do if I want to add more page? Because it’s doing the same thing. I tried lowering that padding again and it doesn’t work

    Thread Starter enacuous

    (@enacuous)

    ok that worked, one more question. When i increase the size of the font if you look at my site it makes a space at the bottom.

    Thread Starter enacuous

    (@enacuous)

    nevermind resolved

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Should be an easy fix however I don’t know it’ is closed to new replies.