- This topic has 3 replies, 2 voices, and was last updated 10 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Skope Theme Support › Secondary menu displaying vertically
Hi Wes,
Not sure why my top or secondary menu is displaying vertically. It was displaying fine. I haven’t really made any changes other than the color of the breadcrumb css and I haven’t uploaded any new plugins. Any help appreciated.
Thanks.
It looks like you added some code in the wrong place.
If you look around line 266 in your style.css file you’ll see this –
.menu-primary li,
.menu-secondary li,
float: right;
#header .menu li {
float: left;
list-style-type: none;
}
You added float: right; in the middle of the elements when it should be in between the { } right along with the others. Once you move or remove it then it should return back to normal…..and of course you can always replace the float: left with float: right if you want.
Thanks Wes,
It’s strange. I haven’t been working on anything with float right and I wasn’t modifying that part of the css but I guess you’ve heard that before. I haven’t fixed the pagination yet as I have been simply increasing the post count on the home page but thanks for that help as well.
No problem at all. You’re Welcome!