How to remove bottom margin on paragraphs?
-
Hi, I am having a problem when designing a page using Elementor.
When I use the Text widget it is applying a bottom margin to my paragraphs which is upsetting the design.
It looks like the margin is found in style.css (line 492), specifically:
p { margin: 0 0 1.5em; padding: 0; }
I tried following directions from this thread: https://www.ads-software.com/support/topic/issue-with-space-of-paragraphs/
Ie, I put this code in the Customizer > Additional CSS:
p > :last-child { margin-bottom: 0 !important; } .entry-content p > :last-child { margin-bottom: 0 !important; }
However this didn’t have any effect.
Thanks, really appreciate the support! ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to remove bottom margin on paragraphs?’ is closed to new replies.