how can i make this center
Topic summary
A user seeks help centering an element on their Shopware/e-commerce site, sharing a screenshot showing misaligned content.
Solution Provided:
- Add CSS targeting
.title-wrapper-with-linkwithjustify-content: center - Insert code in
theme.liquidfile within existing<style>tags
Implementation Steps:
- Navigate to Online Store → Themes → Three Dots → Edit Code
- Locate
theme.liquidfile - Place CSS under
<style>tag before<body>
Outcome:
- Initial confusion about
<style>tag placement resolved - User successfully implemented the fix
- Thread concludes with user asking for feedback on site’s conversion potential
The discussion includes screenshots demonstrating the problem and the corrected centered layout.
hey @brett88 share the URL of your website so i can help you
hey @brett88 there is a password so share it so then i will help you
nownus is the password
.title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
justify-content: center;
}
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution
where the style tag
i place it at bottom doesnt work
ok done it is the site any good for conversions tho

