• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. How do I make my wordpress menu have a drop down feature?

    say I have a page called "Surfaces" that shows on the menu at the top, I want to be able to scroll over that and have more options.

    Thanks

    garryisrad
    1 year ago
  2. Hi,
    I see that you already solved this.

    Let me know if you need my assistance.
    Cheers,
    Max.

    Max
    1 year ago
  3. yeah, I got it as soon as I asked ha ha, thanks for the quick response! I'm not use to that lol.

    Thanks

    garryisrad
    1 year ago
  4. while i have you here, can you help me get the Top nav bar to make the menu items centered in the middle?

    garryisrad
    1 year ago
  5. Hi,
    to align the main wordpress menu to center please find this code in style.css:

    .topmenu {
    height: 35px;
    z-index: 1300;
    font-family: 'MelbourneRegular', Arial, sans-serif;
    font-size: 16px;
    }
    

    and replace with:
    .topmenu {
    height: 35px;
    z-index: 1300;
    font-family: 'MelbourneRegular', Arial, sans-serif;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 470px;
    }
    

    Let me know if you need more assistance.

    Max
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.