I have a question.
I add 5 1/5 columns. I want to show the 5 columns one by one with about 10px space between them. But I can not adjust them. I can only choose no space or space(this space is too big).
So could you please help me to solve the problem.
Hey CearbhallG,
Please try this in Quick CSS:
div .av_one_fifth:not(first) {margin-left:1%;}
The default value is 6%, so you can try any integer from 1 to 5. :)
I hope that helps!
Best regards,
Sarah
I try to add this into the General Styling-Quick CSS. Just like the picture.
But I do not find the different
Hi,
Sorry, I can’t seem to see the picture.
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help accurately :)
Best regards,
Sarah
This is the picture, Please check it.
My website is http://www.cmeclock.com
Add this code will change all the space between columns?
Hi,
Try this code in the General Styling > Quick CSS field:
#top .av-flex-placeholder {
width: 1%!important;
}
Best regards,
Mike
It works. Thanks
This will change every space between the columns? could we change the space between each?