Viewing 6 replies - 1 through 6 (of 6 total)
  • Try adding:

    #menu li {display:inline}

    to the bottom of your theme’s stylesheet.

    Thread Starter zevstar

    (@zevstar)

    That worked with getting in horizontal, thanks!

    https://zevfisher.com/blog/

    Any idea how I would go about moving it and working out the spacing? Would this be done on the stylesheet?

    Thanks again for any advice you could offer.

    Yes – this is all done via the stylesheet. Changing:

    #menu li {
    display:inline;
    }

    to

    #menu li {
    display:inline;
    margin:0 10px 0 0;
    }

    will space your links out a little better.

    Thread Starter zevstar

    (@zevstar)

    Worked like a charm. Thanks!!!

    Thread Starter zevstar

    (@zevstar)

    Is it also possible to change font type, size, etc? I am looking in the stylesheet and I do not see any fields for it.

    Thank you!!!

    If you want just change the font & size of the top nav links, add something to:

    #access #menu a {
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wp_list_pages() Not working. Please help!’ is closed to new replies.