Hello,
My website is showing a sidebar on the left side.
But only on the woocommerce page the sidebar should be shown on the right side.
On all other pages it still should be shown on the left side.
I´ve tried to realize this with the following code:
.woocommerce .x-main {
float: right;
}
.woocommerce .x-sidebar {
float: left;
}
But it doen´t work.
Could you help me please?
Thanks a lot in advance.
Best regards,
Christine