-
ultracello
How can I avoid the gap/padding at the bottom marked in red in the screenshot?
Asking for: https://ultracello.de/ (this startpage)
I have set a “0” everywhere, but I can’t get rid of this strange padding.
In the Elementor-Group someone told me it could be a theme issue, so I’d like to ask you if you have an idea or solution.
Many thanks!
-
Hi there,
The element
<p>
has a default 1.5emmargin-bottom
, is there a setting in Elementor to set this specific<p>
‘smargin-bottom
to0
? -
ultracello
Hey Ying, good question… Sometimes Elementor is awful, but I found a fix here:
https://klitmo.com/elementor/elementor-remove-the-bottom-space-from-the-text-editor-and-paragraph/
Solution is adding this CSS code:
.elementor-widget-text-editor p:last-child { margin-bottom: 0px; }
It works: https://imgur.com/a/jIQylPG
-
Glad to hear that 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.