T Tobias Honscha Member Aug 8, 2020 #1 Is it possible to move the sidebar to the left side?( without being displayed in front of the content on a mobile device!)
Is it possible to move the sidebar to the left side?( without being displayed in front of the content on a mobile device!)
T Tobias Honscha Member Aug 8, 2020 #2 Found the solution: add this to extra.less .p-body-main--withSidebar { display: flex; .p-body-sidebar { order: 1; } .p-body-content { padding: 0 0 0 10px !important; order: 2; } } Click to expand... Upvote 1 Downvote
Found the solution: add this to extra.less .p-body-main--withSidebar { display: flex; .p-body-sidebar { order: 1; } .p-body-content { padding: 0 0 0 10px !important; order: 2; } } Click to expand...