Align “shop all” buttons below each other

Solved

Align “shop all” buttons below each other

Jiozx
Pathfinder
136 4 56

Hi,

I have been trying to align these two buttons below each other but nothing has worked. How do I make it work?

 

webshop: https://axiomunit.store

3EE78F8A-93A1-45A2-BBCB-749609233527.png


Here’s the css

C84A28BC-16A6-4054-99FC-476EB00A3A32.jpeg

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
Accepted Solution (1)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @Jiozx 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css ->paste bellow code in bottom of file

 

.banner__buttons.banner__buttons--multiple {

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

}

RichardNguyen_0-1665826491254.png

 

Hope that my solution works for you.

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.

View solution in original post

Replies 7 (7)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @Jiozx 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css ->paste bellow code in bottom of file

 

.banner__buttons.banner__buttons--multiple {

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

}

RichardNguyen_0-1665826491254.png

 

Hope that my solution works for you.

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.

Jiozx
Pathfinder
136 4 56

Thanks it works

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
PageFly-Richard
Shopify Partner
4991 1118 1796

you are welcome @Jiozx  😉

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.

Jiozx
Pathfinder
136 4 56

@PageFly-Richard Can you help me with one last thing? When I make the buttons bigger in width, the texts move to the right. I have tried text-align: center; but it’s not working…

4F1F5E51-A6E9-41A2-940B-7745FE11CFED.png

3B269740-0E58-4E43-8A5F-720E5A434CD7.jpeg

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
PageFly-Richard
Shopify Partner
4991 1118 1796

@Jiozx

 try removing this code, as it will make the texts move to the right

RichardNguyen_0-1665830735713.png

 

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.

Jiozx
Pathfinder
136 4 56

Omg why did I not think of that! Thanks!

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
PageFly-Richard
Shopify Partner
4991 1118 1796

yeahhh, you are welcome @Jiozx 😁

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.