Jump to content

CSS code to display menu in horizontal is not working!


mxpweb

Recommended Posts

I was following an online course, wordpress theme,
This css code was to display the list menu in top to be in horizontal:

header .top-bar  {
    list-style-type: none; 
    margin: 0;
    padding: 0;
    display: flex; 

But this did not support to display the menu into horizontal and remained vertical,
Any idea is the code is correct or something else missing?
Thanks in advance.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...