HTML to Bricks Troubleshooting
Styling is lost
Section titled “Styling is lost”Check whether the conversion mapped CSS to Bricks-native controls before falling back to custom CSS.
Important mappings include:
- section vertical padding
- container width and horizontal padding
- typography controls
- button variants
- icon dimensions
- responsive breakpoints
- hover and active states
Fonts are wrong
Section titled “Fonts are wrong”If the source uses a Google font, Pixflow should install it and set it in Bricks theme styles. If the source font is not a Google font, Pixflow should choose the closest match and explain the substitution.
Icons are huge
Section titled “Icons are huge”Icon width and height should be taken from the original HTML or computed source style, not blindly set to 24 by 24.
SVG was replaced incorrectly
Section titled “SVG was replaced incorrectly”SVGs are valid when SVG support is enabled in Bricks settings. Pixflow should use Bricks SVG support rather than replacing SVG artwork with placeholders.
Learn