Removing Gaps Between Add Ons In A Column - Question | JoomShaper

Removing Gaps Between Add Ons In A Column

MH

Matt Hunt

SP Page Builder 1 week ago

How can I remove the gaps between /below a text add on in a column? I've done it before, but I can not find how/where the setting would be. Please advise https://snipboard.io/g1ohPd.jpg

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #154803

Hi

Thanks for contacting us. You can reduce it by margin padding.

https://prnt.sc/4zf0njsnxrOV

If you need further help feel free to let me know.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #154840

Hi Matt,

without URL it's hard to guess from what that space is....

but probably it can be from Addon default margin-bottom that has 30px value. Each addon has that margin, just edit and set "0" then save and clear cache.


Remember also that when you are using <p>Bla Bla Bla</p> by default from Bootstrap styles that margin settings are used:

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

So if your background has "color" you will see extra space below the text. This is key info, in many cases.

0
MH
Matt Hunt
Accepted Answer
1 week ago #154899

Thank you both for your answers, I've tried reducing every margin and padding setting I could find to zero but it has had no effect. https://snipboard.io/ATuzPc.jpg

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #154903

Use Inspector Code tool from your browser and preview from what you have that space.

https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0