Issue: CreatorTim needed to align collapsible content headings with their expanded answers so both start at the same vertical line across all screen resolutions.
Solutions Attempted:
DaisyVo suggested adding CSS to adjust the grid width via Theme Settings > Custom CSS, but this wasn’t the desired fix as it changed section width rather than alignment.
LizHoang provided CSS code targeting .collapsible-row-layout elements with padding-left: 21px to be added to base.css.
Initial attempts failed when code was added to base.css.
Resolution: CreatorTim successfully resolved the issue by adding LizHoang’s CSS code to collapsible-content.css instead of base.css. The alignment now works as intended.
Summarized with AI on November 1.
AI used: claude-sonnet-4-5-20250929.
Hey, how can I make sure that the heading and the hidden answer are aligned in the same line once it’s opened? I want this to work across all screen resolutions.