Hello @rickyvernio,
I could not understand you. Can you please provide us the screenshot of the issue you are talking about? Please provide your site URL too so that we could provide you an appropriate solution.
Thanks
Thank you for replying.
I realize I’m kind of impatient. I’ve already switched to a different theme. Which, needless to say, has its own annoying problems. They all do.
I’ve tried various combinations. For my purposes, I’d like the menu in desktop mode to be vertical, like this:
HOME
ABROAD
ABOUT
CONTACT
… and not horizontal, like this:
HOME ABROAD ABOUT CONTACT
Et voila!
Couldn’t find an option to do that.
Hello @rickyvernio,
You can add the following CSS in Additional CSS of Customizer.
ul#primary-menu{
display: block;
}
Thanks.
Please let us know if you have any further queries.
Thanks.