Spacing doesn't seem the same reflected on my website vs. the editor?

  • Issue description: Kind of weird, but there seems to be some spacing issues and everything looks bunched up on my actual website.

  • Link to the page with the widget in question:

Everything on the widget thing is actually right!

1 Like

Hi there, @ScapeHaven_OSRS :waving_hand:

We’ve fixed the issue with this code added to the Custom CSS section on the Style tab of your widget’s settings:

p {
  margin-top: 1em;
  margin-bottom: 1em; 
}

Please check your website and let me know if the widget looks fine now :wink:

1 Like