Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi! So I recently adjusted my code in the debut theme to move my banner button. It looks great on the desktop but disappears when I view it on my mobile phone. This is the code I used
.hero__btn {
position: relative;
top: 200px;
right: -530px;
}
Please help , me get it to show on my mobile view
Solved! Go to the solution
This is an accepted solution.
Hi @ImaniManyfield1,
You need to add code for mobile:
@media only screen and (max-width: 749px) {
.hero__btn {
position: relative;
top: 100px !important;
right: -20% !important;
}
}
Hope it helps!
This is an accepted solution.
Hi @ImaniManyfield1,
Please change code:
@media only screen and (max-width: 749px) {
.hero__btn {
position: relative;
top: 100px !important;
right: -20% !important;
padding: 5px 10px;
font-size: 10px;
}
}
If it helped you solve your issue, please mark it as a solution for me. Thank you and good luck.
This is an accepted solution.
Hi @ImaniManyfield1,
You need to add code for mobile:
@media only screen and (max-width: 749px) {
.hero__btn {
position: relative;
top: 100px !important;
right: -20% !important;
}
}
Hope it helps!
Hi! It helped but the button is too big. Anyway to make it smaller. my site is imaniunleashed.com
This is an accepted solution.
Hi @ImaniManyfield1,
Please change code:
@media only screen and (max-width: 749px) {
.hero__btn {
position: relative;
top: 100px !important;
right: -20% !important;
padding: 5px 10px;
font-size: 10px;
}
}
If it helped you solve your issue, please mark it as a solution for me. Thank you and good luck.
Hi @LitExtension I am on Dawn theme with the same problem but do not have a style.css file. Where can I make these changes? Thanks
Hi @Caidra,
You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.
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