Hi,
I am trying to get the sidebar to the left of the product image, so that it appears like any other side-bar enabled page.
https://mediaforgyms.co.uk/product/letterheads-2/
See how in the example it sits below the product image, how can I get it to be positioned like this:
https://mediaforgyms.co.uk/printing/
With the content on the right, and the sidebar on the left, not below the product image?
Thanks
Hi hloft!
Please try this out, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/.
Best regards,
Elliott
Thanks Elliot,
Is there anyway to get the vertical line back onto the right hand side of the sidebar (see below):
https://mediaforgyms.co.uk/product/postcards/
Hi!
Please try the following in your Quick CSS:
#top #main .sidebar {
border-left-width: 0px !important;
border-right-style: solid;
border-right-width: 1px;
}
Regards,
Rikard
Works a treat!
Thanks Rikard