I’m using the Go Pricing WordPress plugin and, on small screens, the body content is collapsing by full vertical columns rather than letting each horizontal row wrap neatly into its own single-column card. The header and footer behave, so only the body on two pages needs attention. What I need is a clean, well-commented block of CSS that I can paste straight into Appearance → Customize → Additional CSS so the solution survives future plugin updates. The preferred mobile pattern is simple: rows flow into a single column, and those columns then stack vertically, all without introducing a horizontal scrollbar. I won’t be granting WordPress admin access, so plan on using Chrome DevTools (or similar) to diagnose and write the override. Acceptance test: after I add your CSS and resize the browser below your chosen breakpoint, each price row displays as an individual card, columns stack vertically, and no stray spacing or scrollbars appear. Hand off the final CSS snippet, and we’re done.