Forums

[resolved] reducing the height of menu bar (3 posts)

  1. strung out
    Member
    Posted 2 years ago #

    i've managed to do various things like changing the colour, moving the menu text upwards, but i'd like to reduce the height of the menu bar.

    i've been rooting around in style.css but for some reason i can't find the right value to alter, no matter how much i look. can someone point it out for me please? my site is here... http://robots-and-spaceships.com/

  2. Marvel Labs
    Member
    Posted 2 years ago #

    In your CSS use this

    Notice the height tag used, you can adjust it to anything you desire.

    #access {
    background: #302226;
    display: block;
    float: left;
    height: 25px;
    margin: 0px auto;
    width: 933px;
    }
  3. strung out
    Member
    Posted 2 years ago #

    great. works perfectly. thank you very much :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.