Hi guys,
I’m upgrading from a version of enfold prior to negative whitespace functionality being introduced. On upgrade the areas where I use the horizontal whitespace tool all increase visually to a great degree – I’m assuming this is because of the new functionality. For instance where I used 35px of whitespace before, the closest to that is now 1px. The fine control of the tool has greatly decreased now as going up to 2px makes a big jump in whitespace. It’s almost as if it is not moving by px anymore but rather much greater amounts.
Is this a known issue and is there a fix for it?
Many thanks,
Jonathan
Hi Jonathan!
The base value as it is now which is 30px of margin on the top and bottom but only when the element is the first or last element in a section.
If you wanted to just remove it you could with:
body .container_wrap .hr.avia-builder-el-last,
body .container_wrap .hr.avia-builder-el-first {
margin: 0px 0;
}
Regards,
Devin
Thanks I’ll try this and get back to you shortly!
Hey!
Thank you for the update.
Please let us know how it goes. If there are any issues, please post the website URL here so that we can inspect it.
Best regards,
Ismael
This worked to fix the issue – thank you so much!