Archived topic
GP breaking the design of Documents BSF plugin
18 replies · Started by Adrien on September 6, 2021
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
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;
}
}
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 ;-)
Never give up!! Just occasionally give in :)
Glad to hear thats working, and happy we could be of help!