Hi,
If you visit the link provided, you’ll see we have images inside 1/5 spacing elements. Is there a way to keep them evenly spaced apart while making them appear at least 50% smaller?
Thanks
Hi 500Webmaster!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3024 .flex_column.av_one_fifth img {
width: 50%;
}
Best regards,
Yigit
Hi Yigit
Thanks – I’ve added this code, cleared cache and cookies and have even viewed from another browser but it’s not showing any changes. Do you see a difference on your side?
Best
Hey!
Please try adding !important rule as following
.page-id-3024 .flex_column.av_one_fifth img {
width: 50% !important;
}
Regards,
Yigit
Hi Yigit,
Sorry for the late response – I wanted to give it time to see if the new code would kick in, but there’s still no change.
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
Hey!
There were 2 dots missing in front of your classes in two custom code. I added them and move the code to top of Quick CSS field and it does work fine now. Please review your website
Cheers!
Yigit
Working now, thank you!