Hi I’m using HubSpot for the first time and have created an email with some bullet points with short paragrapgs of text- My question is how do I add an extra line space between paragraph bullet points without just adding an extra bullet point that has no text? WHen I try and delete the extra bullet point the line space is lost and I’m back to how it was - no gap between the bulleted paragaphs
If I hit return a couple of times I can delete the extra bullet point but then that leaves me with a really big gap between the bulleted paragraphs which looks wrong . Any ideas please
Hey @SDuffin
it depends on the template you are using how it will react to edits/styles.
You can always also access the main code source of the text and edit the spaces there or even clean up a little bit the code (sometime style get the code dirty and stops working properly)
The other option is to keep doing this manually
or down another template from the marketplace.
Hope this helps
Hi Lucila- thannks for the reply. I don’t normally jump into the HTML, but your solutions seems pretty straighforward so thanks for that. I’ll give it a go.
Many thanks
Simon
Hi @SDuffin,
If you’re using the HubSpot drag and drop email editor, you can edit the HTML of a body module:
Once in there, you should find the bullet points as the HTML element <li>
Even if you’re not familiar with HTML, this change should be fairly straight forward.
By adjusting the line to be something like <li style=“margin-top: 80px; margin-bottom: 8px;”>Your bullet point text</li> you can adjust the line height.
Best regards!
Hi Karsten - thannks for the reply. I don’t normally jump into the HTML, but your solutions seems pretty straighforward so thanks for that. I’ll give it a go
Best
Simon
Are there any global settings to adjust this? I work for an agency, our portal is older than most of our clients’ and I’ve noticed on those newer portals my UL look fine, but I always have to add inline HTML to our emails or else everything is scrunched up. This is even the case for paragraphs, if I don’t add some padding-bottom or just a blank paragraph, there’s no break.