Tagged: avia, custom.css, padding, spacing
Hi, I need to change the size of the spacing between all elements.
I have tried these ‘solves’ but they don’t seem to work;
https://kriesi.at/support/topic/reduce-spacing-between-elements-in-layout-builder/
https://kriesi.at/support/topic/reduce-space-between-elements-on-homepage/
The site in question is http://www.alxb.co.za/test-site
Could you get back to me as soon as possible?
Regards,
Alex
Hi alxbosman!
If you want to do it for all elements then you could do something like this.
#main * {
margin: 0 !important;
}
But your most likely just wanting to do it for a select few elements so take a screenshot of that page and highlight what your trying to do in the screenshot and we’ll give you some CSS to use.
Cheers!
Elliott