• Seeyar

    (@seeyar)


    Greetings folks,

    I’m very new into web-designing/word-press, I want to reduce the width of the menu on my page but don’t know which CSS code belongs to it,

    Can someone please help me out?

    you can check the menu at sports.af

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter Seeyar

    (@seeyar)

    .menu_w {
        background: none repeat scroll 0 0 #000000;
        border-bottom: 4px solid green;
        border-top: 2px solid red;
        height: 40px;
        width: 100%;
    }

    Thanks esmi,
    When I change the width in the above code it only effects the right side, while nothing happens with the left side, expect the menu items moves that way,

    esmi

    (@esmi)

    I’m sorry but it is beyond the scope of these forums to deal with basic CSS issues. Try a dedicated CSS resource such as https://www.css-discuss.org/ instead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reducing the size of the menu’ is closed to new replies.