Shopify themes, liquid, logos, and UX
Hi!
I'm working on customizing my Shopify store using the Debutify theme, and I've run into a couple of design issues on the desktop version:
Gap Between Quantity Options:
I’d like to reduce the large gap between the quantity options, as shown in this screenshot: https://gyazo.com/ee4c13a865b783637a96d23bce69ee4d.
Aligning the Questions Under "Add to Cart":
The questions (e.g., “Why choose us?”) below the "Add to Cart" button are too wide and not well-aligned. I’d like them to appear thinner and more aligned, similar to this design: https://gyazo.com/5f5dd1994c7d7859642456ae0b1aaba0.
On the desktop version:
I’d appreciate any guidance on how to achieve this, especially if it involves tweaking the CSS or adjusting the theme settings.
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @pfenniger,
Please send the website link, I will check it for you
This is an accepted solution.
Hi @pfenniger,
Please send the website link, I will check it for you
Thanks!
check PMs 🙂
Hi @pfenniger,
1: Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity:not(:last-child) {
margin-bottom: 0;
padding-bottom: 0;
}
2: Please add code:
.dbtfy-product-tabs .dbtfy-product-tabs__tab.dbtfy-product-tabs__tab--vertical .card {
padding: 0;
width: 100%;
max-width: none;
}
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