Tagged: sidebar
http://www.wphelden.nl/product-categorie/dierenkussens/hondenmanden/
Hi,
the sidebar is not shown on the right side anymore, but is shown at the bottom of the page. Only thing I can think of is that it was after adding the color codes in the WooCommerce Ajax Layered extension.
Any ideas?
Regards,
Roderick
Removed the Ajax Layerd extension and all other widgets, but the sidebar stays at the bottom of the screen instead of to the right. Anybody an idea?
100% sure it is a conflict with tha WooCommerce Ajax Layered Navigation plugin. Deactivated it and everything works, please tell me there is a fix for it as that plugin is very usefull …
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.sidebar_right #products {
width: 73%;
float: left;
}
.sidebar_right #products .av-content-small.alpha.units {
width: 100%;
}
Let us know if this helps.
Best regards,
Nikko
yes! great, thank you very much :)