• Resolved Berndderbernd

    (@berndderbernd)


    Hello,

    is it possible that when i use a boxed layout the Menü on the left and the right side does not end? So i want that my menü looks like it now but on the left and the right i dont want the black shadow does not stoped..

    urlaubsdeals.net is my site..

    ThANKS =)

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Berndderbernd. Give this css a try and see if it works for you:

    #nav-header.nav-container {
      margin: 0 -1000px;
      }
    
    @media only screen and (max-width: 1140px) {
      #nav-header.nav-container {
        margin: auto;
      }
    }
    Thread Starter Berndderbernd

    (@berndderbernd)

    Works =) THANKS !

    You’re most welcome. If you don’t need any further assistance please mark the topic as resolved.

    Thread Starter Berndderbernd

    (@berndderbernd)

    bdbrown.. Now i have a error. On the right their is now very much space and u can croll on the right out of the content..

    ok, I see that. I’ll take a look and see if I can come up with something else.

    Well, sorry to say, I haven’t found a good way to do this. The menu bar is constrained by the header container which is a fixed size in Boxed mode. It might be possible (but I haven’t figured out how) to take it out of the normal element flow, fix its position and then expand it. But then you run into issues with the responsive design as the viewport narrows and the menu needs to collapse. I’ll play with it some more when I have some time but don’t have a solution for you at the moment.

    Thread Starter Berndderbernd

    (@berndderbernd)

    Okay thanks =), maybe u will find a way, i cant wait ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unlimited Menü Box’ is closed to new replies.