Sometimes a theme's styling will overwrite Product Builder's styling, this is an example of what this may look like:
It can be corrected by adding custom CSS in Builder's display settings, or in the theme's CSS file:
- From Shopify's admin, select Apps.
- Select Product Builder.
- Select Display Settings.
- Under Page Header HTML, copy and paste this code:
.shappify_product_builder .step_header { height: 40px !important; margin-bottom:10px !important; }
- Select Save.
That's it!