Skip to main content

Documentation Index

Fetch the complete documentation index at: https://moengage-crashes-in-debug-feedback.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Problem

The padding intended to be applied only to a specific HTML Content block is being added to the entire template instead. Untitled design (33).png

Solution

  • Use content tags and text elements to add content to the body.
  • Avoid adding duplicate <html> tags in custom content blocks.
  • Adding global styles may cause unintended effects. For example, the styles applied also affect the editor’s user interface (UI).
  • If styling is required, use inline Cascading Style Sheets (CSS) to ensure it only affects the specific element.
It is recommended that the content be written in HTML code first, and then inline styling is applied to achieve the desired appearance.