In this Simplii site I would like to have position-7 above the blog content (position-2) in mobile view. Sidebar info first and blog/articles below
Hi janabak
You can try this custom css:
@media (max-width: 480px){ .mainbody-inner.row {display: flex;flex-direction: column;} .sidebar.sidebar-1 {order: 1;} #content {order: 2;} }