Shopify themes, liquid, logos, and UX
Hello, I want to change the size of my image banner button label on mobile, but keep it the same on desktop. I'm happy with the size of the font, I just want to box to be a bit smaller on mobile. I've attached an image of what I want it to look like.
This is my website, and I want it to look something like this:
Solved! Go to the solution
This is an accepted solution.
Hi @ads18922
@media screen and (max-width: 768px){
.banner__box.content-container .banner__buttons > a.button::after {
top: 5px;
bottom: 5px;
left: 10px;
right: 10px;
}
}
This is an accepted solution.
Hi @ads18922
@media screen and (max-width: 768px){
.banner__box.content-container .banner__buttons > a.button::after {
top: 5px;
bottom: 5px;
left: 10px;
right: 10px;
}
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024