What's your biggest current challenge? Have your say in Community Polls along the right column.

Need Help Adjusting Quantity Gap and Aligning Questions on Desktop (Debutify Theme)

Solved

Need Help Adjusting Quantity Gap and Aligning Questions on Desktop (Debutify Theme)

pfenniger
Tourist
17 1 7

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:

  1. 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.

  2. 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:

  • A smaller gap between the quantity options.
  • A neater alignment for the questions, making them thinner and centered for better visuals.

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!

Accepted Solution (1)

namphan
Shopify Partner
2067 273 306

This is an accepted solution.

Hi @pfenniger,

Please send the website link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 3 (3)

namphan
Shopify Partner
2067 273 306

This is an accepted solution.

Hi @pfenniger,

Please send the website link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
pfenniger
Tourist
17 1 7

Thanks!
check PMs 🙂

namphan
Shopify Partner
2067 273 306

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com