Header navigation alignment

Homepage Community Forums Optimal Theme Support Header navigation alignment

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2735
    aalxs28
    Customer

      Hi! I apologize for asking a question that has been asked, but I tried the fix and I’m not sure what I’m doing wrong. I’m trying to figure out why my navigation is still falling below my custom header. I changed my header width to 560 px in functions.php, and the header right widget area to 400 px in the styles.css to arrive at the 960 header width, but my custom menu in the header right widget is still falling below the header. Thanks! (dev site is at: pinkninjacreative.com/merchant

      #2738
      Wes
      Moderator

        You would also need to adjust your css….and if you’re using an image, then you would need to adjust the title area, which is currently around line 256 in your css. Looks like this –

        .header-image #title-area,
        .header-image #title,
        .header-image #title a {
        display: block;
        float: left;
        height: 100px;
        overflow: hidden;
        padding: 0;
        text-indent: -9999px;
        width: 400px;
        }

        It looks like you got it working, or maybe you removed some links in your menu? Let me know if you already fixed it or not.

        #2743
        aalxs28
        Customer

          Thank you so much for your prompt reply! I will double check that line of code – I think it may have been a caching issue that was causing the problem because it “fixed itself” a couple of hours later.

          #2746
          Wes
          Moderator

            You’re Welcome!

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