I would like to decrease the space between these columns blocks, it is possible? I also have other photos below which I would like to reduce this space.
Thanks !
Hey Marie-Claude,
Add this to quick css:
.post-entry-1314 .av-flex-placeholder{
display:none!important;
}
Best regards,
Jordan Shannon
Hi Jordan !
Sorry, but that’s not exactly what I wanted. I did not want to completely remove the space, but to reduce it is possible?
Thanks :-)
Hi,
Adjust to the following and change the width if you need to.
.post-entry-1314 .av-flex-placeholder{
width:5px!important;
}
Best regards,
Jordan Shannon
Yeah thank you Jordan, it’s perfect…you can close this topic :)