Hello @finnsommer,
Please share the page url and issue of screenshot via onpaste
Kind regards,
Manoj
Hi,
I’m having the same problem. On WooCommerce pages the sidebar shows up under the content instead of on the left side where I want it. Can you help?
http://www.detroitblockandtop.com
OnPaste.20190219-122735
OnPaste.20190219-122811
Hello,
Have you removed the sidebar so far?:
http://www.detroitblockandtop.com/
Kindly let me know. Thank you!
Sort of. I created a workaround by adding this custom CSS
/* My solution for fixing the div issue on archive pages */
@media screen and (min-width: 690px) {
div#primary.content-area{
max-width: 70% !important;
float: right;
}
div#sidebar{
width: 25% !important;
float: left;
}
}