Elise, thanks,
it’s OK, I will keep it as it is 🙂 no modificatons required.
I’ve got another questions though – how can I apply a CSS style with box-shadow to 4 columns? http://www.independent.wine
I want to achieve this: https://ibb.co/S3rDbWr
It is a row, with 4 columns of equal height, with a 20px gap between columns (set via WP Bakery backend editor, no custom CSS).
So far I can only achieve my design with this, which is very ugly :(((
.vc_custom_1595348195403, .vc_custom_1595348204383, .vc_custom_1595348222431, .vc_custom_1595348232631 {
box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
}
Is there a better way? Can you please recommend me a CSS?
Thank you!