Secondary menu displaying vertically

Homepage Community Forums Skope Theme Support Secondary menu displaying vertically

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1976
    rtibbs4
    Customer

      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.

      #1977
      Wes
      Moderator

        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.

        #1979
        rtibbs4
        Customer

          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.

          #1980
          Wes
          Moderator

            No problem at all.  You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.