Why is my imported size guide displaying incorrectly on mobile?

Topic summary

A user encountered formatting issues with automatically imported size guide tables from Shein, which displayed incorrectly on mobile devices. The problem specifically affected the header row (size, bust, length) alignment.

Solution provided:

  • Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
  • Locate the CSS file (base.css, style.css, or theme.css) in the Assets folder
  • Add the following CSS code at the bottom:
.product__description-rte table {
    width: 100%;
}

Outcome:
The CSS fix successfully resolved the mobile display issue by forcing the table to use full width. The original poster confirmed the solution worked and marked it as resolved.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

It worked! Thanks a lot :heart:

1 Like