Hi @avagp,
Thanks for reporting this. The Product Price block alignment itself is working as expected, but what you’re seeing is usually caused by theme-level CSS overriding the block’s alignment, especially when the block is inside a flex container.
Even if the block alignment is set to left or right in the editor, a theme or custom stylesheet can force it to remain centered. This is common with upsell layouts and product templates.
To confirm this, could you please let us know:
- Which theme you’re using
- Whether the issue still occurs when switching temporarily to a default theme like Storefront
If the alignment works correctly with a default theme, then this would be coming from the theme’s CSS, and the theme author would be the best point of contact for adjusting the layout rules.
You can also inspect the block on the frontend using your browser’s developer tools to see which CSS rule is forcing the centering (for example, justify-content: center or text-align: center).
Let us know what you find and we’ll be happy to guide you further.
I am using twenty twenty five theme
And i cannot find any CSS that is overwriting.
I found one, but it does not change the alginment.
Can you please check my page: https://pasalochancho.cl/juego/lud8
And tell me if you find something.
Hi @avagp,
I checked the page, and the price block itself is inheriting layout styles from its parent container. In this case, the surrounding block is using a flex layout, which is controlling the alignment, not the Price block directly.
Even if you set the Price block alignment to left or right, it will remain centered if the parent container has something like:
justify-content: center;
align-items: center;
- or
text-align: center;
Since you’re using Twenty Twenty-Five, this is likely coming from the Group or template layout settings rather than custom CSS.
Could you check:
- The parent Group block settings (Layout → Justification)
- Whether the container is set to “Flex” and centered
If possible, please share a screenshot of the block structure from the editor (List View). That will help us pinpoint which container is enforcing the centering.
Let us know what you find.
It was that. The row block had left aligned, so it forces to have left as well.
If i take it out from the row block it works correctly.
Thanks 🙂
Hi @avagp,
Perfect! Thank you for confirming.
If you run into anything else, feel free to open another thread.
If you’ve found our support helpful, please leave us a review here.