Comments vipcom started the conversationJanuary 20, 2020 at 8:50pmHi,In mobile view the Single post page using the LIFESTYLE NEWS 2SIDEBARS demo veritcal orders shows the right bar widgets, then content then left bar widgets.How can i change this order?Thanks 2,700PenciDesign repliedJanuary 21, 2020 at 4:54amHi,Please add more this code to Customize > Custom CSS to do that: .container.container-single.two-sidebar #main{ order: 1; } .container.container-single.two-sidebar .penci-sidebar-left{ order: 2; } .container.container-single.two-sidebar .penci-sidebar-right{ order: 3; } Change the order numbers: 1, 2, 3 to positions as you want.Smaller values will display first.Best Regards,PenciDesignvipcom repliedJanuary 21, 2020 at 9:25pmHello,This changes the order on desktop view. I only want this to apply on mobile view. 2,700PenciDesign repliedJanuary 22, 2020 at 4:00pmHi,Ahh, sorry, please change the code I sent to this code: @media only screen and (max-width: 768px) { .container.container-single.two-sidebar #main{ order: 1; } .container.container-single.two-sidebar .penci-sidebar-left{ order: 2; } .container.container-single.two-sidebar .penci-sidebar-right{ order: 3; } } Best Regards,PenciDesignvipcom repliedJanuary 23, 2020 at 4:10pmThis worked.Thanks Sign in to reply ...
Hi,
In mobile view the Single post page using the LIFESTYLE NEWS 2SIDEBARS demo veritcal orders shows the right bar widgets, then content then left bar widgets.
How can i change this order?
Thanks
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change the order numbers: 1, 2, 3 to positions as you want.
Smaller values will display first.
Best Regards,
PenciDesign
Hello,
This changes the order on desktop view. I only want this to apply on mobile view.
Hi,
Ahh, sorry, please change the code I sent to this code:
Best Regards,
PenciDesign
This worked.
Thanks