Reply To: Sidebar left from main content


normfest
Member

One step further – for those who are interested:

In style.css I added:

in DIV .contents-wrap,.fullpage-contents-wrap,.page-contents-wrap {
in line 522:
float: right !important;

in DIV .sidebar-wrap ,.sidebar-wrap-single {
in line 1964:
margin: 0px 20px 0px 0px !important;

in DIV .sidebar {
in line 1987:
float: left !important;

That works fine for the desktop layout – only the Button of the search widget moves to the next line …
Haven’t tested yet, if that destroys the responsive layout ?!?!

cu
Tom