How can I change padding between layout elements (Avia Layout Builder). This must have been up on the forum earlier since some padding are way to large, but cant find the answer here.
For example I would like to have less padding between:
– Text block > Special heading
– Text block > Accordion
– Special heading > Accordion
Hi tobiasjo,
You would need to target each element and change the padding either per page or per element if it is site wide. Right now there aren’t individual padding settings but things should be pretty standard.
IE – The toggle has no padding but does have a 30px margin:
.togglecontainer {
margin: 30px 0;
position: relative;
clear: both;
}
Which can be seen here: http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/
Regards,
Devin