Hi is there a quick way to adjust ecommerce products in enfold to take up 1 column?
I thought there was one if not maybe I can get the css?
Please look at http://79.170.40.165/diy-kitchens.co.uk/product/pronto-lacarre/#clear_component
It makes use of woo themes composite builder so I don’t need that product image on the left and it creates unnecessary white space. Any feedback appreciated in advance
Hi codecreative!
Are you wanting to do this for all products? If so then try adding this to your custom CSS.
.product .four {
display: none !important;
}
Best regards,
Elliott
Hi Elliot
Strangely enough that css didn’t work but when I modified it to
.four.units {
display: none !important;
}
It worked fine. Why do you think that is?
Hi!
Hmm, it should have worked. Glad you got it sorted. Let us know if you have any other questions.
Best regards,
Elliott