[Resolved] Fixed Nav-left, Fluid Content with right-Sidebar

Home Forums Support [Resolved] Fixed Nav-left, Fluid Content with right-Sidebar

Home Forums Support Fixed Nav-left, Fluid Content with right-Sidebar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #371848
    Olaf

    Hi Tom,

    iam trying to figure out, if it’s possible to get a fixed-left Sidebar/Nav, a fluid Content and a right Sidebar with Widget.

    I found your code for the left-Menu + Sidebar-Widgets and it works perfectly: https://generatepress.com/forums/topic/fixed-left-vertical-navigation-layout-css-and-customizer-only/
    (changed .sidebar to #left-sidebar)

    But now i am trying to set the Widget-Area on the right (Layout Sidebar / Content / Sidebar), but it breaks the Layout.

    Any suggestions – thanks a lot πŸ™‚

    #372070
    Tom
    Lead Developer
    Lead Developer

    Can you show me the site so I can see what’s broken/what did it?

    Let me know πŸ™‚

    #372093
    Olaf

    Hi Tom, ofc

    I set up some dev site for you: http://dev.jabbadu.com/

    Left Sidebar/Widget Area and primary-nav works great.
    Right Sidebar is kinda broken.

    Let me know if u need some more.

    #372236
    Tom
    Lead Developer
    Lead Developer

    Try this:

    body .grid-container {
        max-width: 100%;
    }
    
    @media (min-width: 769px) {
        #right-sidebar {
            position: relative;
            left: 20%; /* width of left sidebar */
        }
    }
    #372426
    Olaf

    Outstanding Tom!

    Thanks for your help, looks like i want it to have.

    Just needed a slightly change to “left: 25%” on the right sidebar.

    #372744
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help πŸ™‚

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