Lining Up the Top Menu

Homepage Community Forums Optimal Theme Support Lining Up the Top Menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #474
    MHSigers
    Customer

      Beautiful theme. I’m trying to get my menu to show to the right of the header (like the demo). I’ve built a custom menu and placed it into the proper widget spot. However, I can’t get it to line up next to the header image (960×100).

      When I change to “Display Text” instead of image, it shows up in the right place.

      I’ve tried smaller images, but the cropper forces them to look realllllly ugly.

      Thanks!

      #475
      Wes
      Moderator

        Do you have a link that I can take a look at?

        If the menu is too long to fit to the right of the header/logo it will fall under it towards the right.

        #476
        MHSigers
        Customer

          I’m testing the theme out on a demo site, theprotoblog.com. Thanks for the fast reply!

          #477
          Wes
          Moderator

            Ok, thats what it was, the width of the logo and the widget area is too long to fit in the 960px space.

            In your style sheet if you look for line 237, try changing the width to “auto” like this


            #header .widget-area {
            float: right;
            padding: 40px 0 0;
            width: auto;
            }

            #481
            MHSigers
            Customer

              Perfection. Thanks so much!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Lining Up the Top Menu’ is closed to new replies.