Tagged: sidebar
Hello!
I have following problem:
On a product page, the right sidebar diplayed under product page’s content. I need that sidebar in the right side
Example:
http://kino-casting.ru/product/lot-j000141-giatsint
http://kino-casting.ru/
kino-casting
ykxdWv8w
Hi artspbseo!
You can’t enable a right sidebar on the single product page. It will always be below the product image. You can choose not to show it using this on your custom.css or Quick CSS:
#top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
display: none;
}
Best regards,
Ismael
Solved – but still I’ve managed to do so only by editing layout.css…
Anyway, thanks.