What's your biggest current challenge? Have your say in Community Polls along the right column.

Center text and shop now button on background

Solved

Center text and shop now button on background

TrendBlend
Trailblazer
246 0 29

Hello I want the text to be more to the center of the picture instead of at the bottom of the picture. can anyone help me with this? Thanks inn advance URL: TrendBlend

Schermafbeelding 2024-04-04 235957.png

 

Accepted Solution (1)

PageFly-Theodor
Shopify Partner
691 86 103

This is an accepted solution.

Hi @TrendBlend 


This is Theodore from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.banner__content.banner__content--bottom-center{
 align-items: center !important;
}
</style>

Hope this can help you solve the issue

 

Best regards,

Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Theodor
Shopify Partner
691 86 103

This is an accepted solution.

Hi @TrendBlend 


This is Theodore from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.banner__content.banner__content--bottom-center{
 align-items: center !important;
}
</style>

Hope this can help you solve the issue

 

Best regards,

Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.