Center text and button in image banner

Solved

Center text and button in image banner

Artez
Tourist
103 4 23

Artez_0-1748443859525.png

Trying to center the text and button on my image banner.
How can I do it please so it is in the center of the screen ?

thank you

 

https://wmqgez-r2.myshopify.com/

Accepted Solution (1)

websensepro
Shopify Partner
2120 265 315

This is an accepted solution.

Hi @Artez,

Go to Shopify Customize, open the Image Banner section, select "Middle Center" from the Content Position dropdown, and save.

websensepro_0-1748444209687.png

websensepro_1-1748444285794.png

 

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 3 (3)

websensepro
Shopify Partner
2120 265 315

This is an accepted solution.

Hi @Artez,

Go to Shopify Customize, open the Image Banner section, select "Middle Center" from the Content Position dropdown, and save.

websensepro_0-1748444209687.png

websensepro_1-1748444285794.png

 

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Artez
Tourist
103 4 23

thank you very much!

websensepro
Shopify Partner
2120 265 315

Hi @Artez 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
div#Banner-template--18541339115701__image_banner {
    align-items: center !important;
}
</style>


If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP