• Resolved blackshadow

    (@blackshadow)


    Hi,

    I am having fun getting my first WordPress (or any other type) of website up and running.

    I’m stumped about how to change the width of the section where the Home, Photo Gallery, About Black Shadow, Client List and Copyright and Image pages are linked up the top. I need to add a couple more pages in there and would like them to line up nicely.

    My website is https://blackshadow.com.au

    Any help appreciated.

    Cheers, Richard

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s to do with the padding of the links. From your CSS:

    #menu ul li a {
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    color: #ffffff;
    padding: 6px 60px 6px 60px;
    margin: 0px 3px 0px 3px;
    text-decoration: none;
    }

    #menu ul li a:hover {
    color: #ffffff;
    padding: 6px 60px 6px 60px;
    text-decoration: underline;
    }

    Change 60px to 20px or so and it should all fit.

    Thread Starter blackshadow

    (@blackshadow)

    Thanks very much Joyce – has worked a treat.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I change the width for pages up the top?’ is closed to new replies.