• hi!

    i was wondering if anyone could help me out. I want to make the navbar a bit bigger so increase the height. I haven’t been able to find it yet in the html file. And I would love to center the actual words. I appreciate any help. 🙂

    stasja

Viewing 4 replies - 1 through 4 (of 4 total)
  • Jason King

    (@jasoncharlesstuartking)

    You didn’t mention which theme you use; and what’s the address of your website?

    Also sharing the site in question is a big help to the members of the WordPress community.

    Thread Starter Stasjaclerckx

    (@stasjaclerckx)

    oh i’m so sorry! forgot to include it.

    my blog url:

    http://lepetitfolie.com

    i’m using a theme i bought from pip dig.com

    Jason King

    (@jasoncharlesstuartking)

    Edit this file in your theme: style.css

    On line 1596 you should find:

    .menu-bar ul {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    }

    Try altering the padding, maybe to something like:

    padding: 1rem 0;

    Tip: in whatever browser you use, learn to use the “Inspect Element” tool (an option given when you right click on parts of a website). This helps you figure out which CSS code to edit, and lets you pretend to edit the code and see if it works.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘customizing navbar’ is closed to new replies.