How can I center this text on Mobile View? Sahara theme

How can I center this text on Mobile View? Sahara theme

mayatranquila
Excursionist
28 0 9

Screen Shot 2024-12-03 at 11.58.42 AM.png

Replies 2 (2)

comercioservice
Shopify Partner
283 38 34

@mayatranquila  


hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

@media screen and (max-width: 739px) {

.hero__inner {
    align-items: center;
    justify-content: center;
}
}​

result:
comercioservice_0-1733245420982.png

 

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

PageFly-Richard
Shopify Partner
4852 1090 1762

Hi @mayatranquila 

 

This is Richard 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>
@media screen and (max-width: 749px) {
.hero__inner.hero-banner--full.background-colors-accent-2.hero__inner--vertical-line {
    display: flex;
    justify-content: center;
    align-items: center;
}
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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