I am not sure how to make my Subnav list to display horizontally. Does anyone know how to solve this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s pretty straightforward. The bulk is by floating the li elements to the left:
You’ll likely want to add some padding and set the list-style to none:
A few other things like borders, margin, and padding could polish it up but that is essentially it.