Site logo

[Resolved] GP breaking the design of Documents BSF plugin

Home Forums Support [Resolved] GP breaking the design of Documents BSF plugin

Home Forums Support GP breaking the design of Documents BSF plugin

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #2575828
    Adrien

    Thank you ‘-)
    I have:

    Sidebar Layout: Sidebar / Content
    Disable: features image, header, Content Title
    Content Area: Full Width (no padding)

    And display: all the docs

    #2576586
    David
    Staff
    Customer Support

    Ah, ok its that docs-wraper breaking the flex. So our left-sidebar CSS doesn’t apply.

    Try this:

    @media(min-width: 769px) {
        .docs-wraper {
            display: flex;
        }
    }
    
    #2576625
    Adrien

    Everything looks perfect!
    David, I can’t thank you enough for not giving up and helping me solve this tricky issues.
    You’re a warrior coder 😉

    #2576772
    David
    Staff
    Customer Support

    Never give up!! Just occasionally give in 🙂

    Glad to hear thats working, and happy we could be of help!

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