Comments jenzai started the conversationOctober 18, 2019 at 6:46pmHi. I have a small problem..On the archives page I would like the sidebar arranged on the top of the content on the mobile site. Is this possible as when you go on the blogs at the moment the sidebar is too far down the page and the user will not know its there.RegardsZainab from Jenzai. 2,700PenciDesign repliedOctober 19, 2019 at 6:03amHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 767px){ .container.penci_sidebar{ display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; } .container.penci_sidebar #main{ order: 2; } .container.penci_sidebar .penci-sidebar-content{ order: 1; } } Best Regards,PenciDesign Sign in to reply ...
Hi.
I have a small problem..
On the archives page I would like the sidebar arranged on the top of the content on the mobile site. Is this possible as when you go on the blogs at the moment the sidebar is too far down the page and the user will not know its there.
Regards
Zainab from Jenzai.
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign