Hi guys. Maybe you can help me out…
I want to center the banner which is directly under the header. I’ve already centered it in the customization and it’s still on the left… Maybe i can do that in the CSS?
Best regards
Fabio
Hi guys. Maybe you can help me out…
I want to center the banner which is directly under the header. I’ve already centered it in the customization and it’s still on the left… Maybe i can do that in the CSS?
Best regards
Fabio
Hey @FabioRRR ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!
Hey @FabioRRR ,
You can follow the instruction below:
Add this line to your CSS file.
.image-with-text .grid__item {
width: 100% !important;
}
If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman
Can you tell me where exactly i have to add it?