Hi there,
we are working a new website for a customer.
The enfold theme uses sections to display information like pictures and text.
We use the avia builder to show a textbox, a team member box and another textbox.
Between each element there is an empty spacing which we don’t want.
I’ve stored some screenshots on our webserver. See private data.
The elements used in Enfold are the same for both screenshots.
Where do these spaces come from and how can I remove them?
Why does are there no spaces for the elements used in sections2.PNG but for them used in sections1.PNG?
Thanks and BR, Niemitz
Hey Niemitz (www.bios-tec.de),
you could try to remove them by using a Whitespace/Separator element (use negative values to decrease space).
Best regards,
Andy
Hi Andy,
that works for one section but not everyone. (see private data)
I’d be interested in why there are different behaviors for the same elements.
Do you have an idea?
Hey!
Please add following code to Quick CSS as well
.team-member-description p {
padding-bottom: 30px;
}
Best regards,
Yigit
Hi Yigit,
that works well, thanks!
But why :D