Solved

Dawn Theme: How to change Button Placement on Mobile

juliecaesar
Visitor
2 0 0

Hi everyone 🙂

 

I am happy with my the button placement on my banner for the desktop view: 

Screen Shot 2022-09-23 at 2.19.42 pm.png

However for the mobile view, the button placement looks like this:

Screen Shot 2022-09-23 at 2.19.54 pm.png

 

Is there any way to get the mobile button placement to look like the desktop button placement & size?

 

My shopify store is www.lovecattus.com

pw: chealy

 

Thank you in advance!

 

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4226 956 1603

This is an accepted solution.

Hi @juliecaesar 

 

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

 

 

@media screen and (max-width: 767px){
.button.button--secondary{
top: 80px !important;
}
}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | 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

Replies 5 (5)

PageFly-Richard
Shopify Partner
4226 956 1603

This is an accepted solution.

Hi @juliecaesar 

 

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

 

 

@media screen and (max-width: 767px){
.button.button--secondary{
top: 80px !important;
}
}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | 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.

juliecaesar
Visitor
2 0 0

That worked perfectly! Thank you Richard 🙂 

PageFly-Richard
Shopify Partner
4226 956 1603

You are welcome @juliecaesar 

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.

erhernandez1973
Visitor
1 0 0

This worked for me too! You are a miracle worker. I'm glad I was able to find the solution.

 

Thank you and have a great day!

LukeSutphin
New Member
4 0 0

Hello, whenever I do this it does not change anything at all to my store. I really need some help?