Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I have been trying different suggestions from the forums, but it seems I only make it worse. I would like to move the "Shop Now" button under my hero image for my MOBILE site. It is fine on desktop right now. The mobile version is hovering over my products. See ss below. Any help is much appreciated. My site is cafeconphrases.com
Solved! Go to the solution
This is an accepted solution.
Hi @cafeconphrases ,
Your "Show Now" button is displayed in the wrong place in the mobile view due to the following code:
@media screen and (max-width: 749px) .button.button--secondary { top: 800px!important; }
To correct the display as you want, follow these steps:
Themes => Edit code => base.css => Find the above code and edit it as follows:
@media screen and (max-width: 749px) .button.button--secondary { top: 28px!important; }
Then press Save.
The results you will get are as follows:
Hope it's useful to you @cafeconphrases !
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @cafeconphrases ,
Your "Show Now" button is displayed in the wrong place in the mobile view due to the following code:
@media screen and (max-width: 749px) .button.button--secondary { top: 800px!important; }
To correct the display as you want, follow these steps:
Themes => Edit code => base.css => Find the above code and edit it as follows:
@media screen and (max-width: 749px) .button.button--secondary { top: 28px!important; }
Then press Save.
The results you will get are as follows:
Hope it's useful to you @cafeconphrases !
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
That worked great. Thank you!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025