Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
On mobile my Shop Now button is huge and hard to see where it is placed, but looks perfect on desktop and pads. How can I adjust mobile size/placement only? The site is live at www.theblacksheepfam.com and this is the Dawn theme. Thanks in advance!
Mobile
Pad / Desktop
Solved! Go to the solution
This is an accepted solution.
Hey @amyp25
Thank you for reaching out to the Shopify community.
Here are the steps for your reference:
1. Navigate to the theme editor Online Store -> Themes -> Edit Code.
2. Search for the asset named as search-image-banner.css, open the file and add the below code at the end of the file:
@media screen and (max-width: 749px) {
.banner__buttons{
top: 98px;
}
.banner:not(.banner--mobile-bottom) .button--secondary {
border: 1px solid #000;
padding: 7px 10px;
min-height: unset;
color: #000;
line-height: unset;
background: #fff;
}
}
Save the changes and please have a check once. Let me know if this was helpful.
Thanks.
This is an accepted solution.
That worked very nicely, thanks so much!
This is an accepted solution.
Hey @amyp25
Thank you for reaching out to the Shopify community.
Here are the steps for your reference:
1. Navigate to the theme editor Online Store -> Themes -> Edit Code.
2. Search for the asset named as search-image-banner.css, open the file and add the below code at the end of the file:
@media screen and (max-width: 749px) {
.banner__buttons{
top: 98px;
}
.banner:not(.banner--mobile-bottom) .button--secondary {
border: 1px solid #000;
padding: 7px 10px;
min-height: unset;
color: #000;
line-height: unset;
background: #fff;
}
}
Save the changes and please have a check once. Let me know if this was helpful.
Thanks.
This is an accepted solution.
That worked very nicely, thanks so much!
In Canada, payment processors, like those that provide payment processing services t...
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