Viewing 8 replies - 1 through 8 (of 8 total)
  • Not sure what you mean… so you have the smaller version of that menu, but need the one that’s taller?

    Or the other way around? I’d be glad to help you out, but this requires you to style your website a little bit.

    [email address removed – please keep support on the forum]

    Thread Starter carvax

    (@carvax)

    Hi Ktrantum. i Mean, The menu ( header : nav topbar) has a height of 50px. I would like to know how to put a height of 25px.

    If you’re using a WordPress site, then open a new tab on your browser, go to your website, and…
    right click->Inspect Element (in Google Chrome) on your navigation menu.

    This will show that elements styles and the ID name your looking for (may be something like ‘navigation’).

    Using this ID name, go to your style.css file, and edit the attributes to your appropriate height.

    [email address removed – please keep support on the forum]

    Thread Starter carvax

    (@carvax)

    I search and find the ID nav-wrap and nav-topbar But doesnt has height option 🙁

    The padding (and therefore the height of the menu) is contained in the link. Currently the top and bottom padding is 15px. In this example I changed it to 5px.

    If you have the child theme installed https://github.com/AlxMedia/hueman-child/archive/master.zip

    Appearance->Editor and edit style.css

    .nav > li > a {
    padding: 5px 14px;
    }
    Thread Starter carvax

    (@carvax)

    Thank you Charles. But now i have 2 problems.

    1.- Text menu its to big
    2.- i find a white space between the displayed menus and does not allow them access

    Example http://www.carvax.com.mx/pruebas/wp-content/uploads/2014/03/prueba.jpg

    I would use either Developer Tools in Firefox browser, or Inspect Element feature in Google Chrome.

    While viewing your webpage, right click the area of interest (navigation) and try to pinpoint the ID of the element you need to change.

    Look for the menu items since that’s what we want to change here.

    Once you find the name of the attribute you’re trying to effect, you can then log into your WordPress site, and like Charles said, go to Appearance->Editor and on the right select style.css file.

    Once you’re in your stylesheet, CONTROL + F (to find) your ID of interest, and there you can change the appearance using CSS.

    It should be something like menu (to change your text), or sub-menu (for the position of the pop up menu when hovering).

    Hope this helps, let me know your results.

    Hi – check this out:
    http://wordpress.org/support/topic/how-to-change-topbar-height?replies=6

    As for your menu text being too big, that is your own css – it is not that big by default.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hi. how can i resize the top menu?’ is closed to new replies.