increase menu width pena theme

  • Unknown's avatar

    I would like to increase menu width, number of menu items I can have on my main menu. I use wordpress.com not .org.

    This is my website: https://woven2gether.org/

    Is there any css I can add or is it prefixed by the publishers of Pena?

    The blog I need help with is: (visible only to logged in users)

  • Hi @jens6kids5b1g, if you make the menu very wide it’ll crash into the logo on the left. You could try putting it on its own line, like this:

    @media screen and (min-width: 55em) {
      #site-navigation {
        width: 100%;
      }
    }

    If you need design help beyond that, while it’s out of our scope of support, you could hire someone through UpWork.com to help, or you could just try tinkering a bit on your own via Inspect Element and copying over what works.

    Or, you could try simplifying the menu a bit and adding more navigation links on the footers or sidebars.

  • The topic ‘increase menu width pena theme’ is closed to new replies.