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
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
Hi,
I see that you already solved this.
Let me know if you need my assistance.
Cheers,
Max.
yeah, I got it as soon as I asked ha ha, thanks for the quick response! I'm not use to that lol.
Thanks
while i have you here, can you help me get the Top nav bar to make the menu items centered in the middle?
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;
}
.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.
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.