kondasoft / ks-bootshop

Our Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.
https://www.kondasoft.com
MIT License
107 stars 93 forks source link

Better support for Bootstrap. #102

Open jorgeepena opened 2 weeks ago

jorgeepena commented 2 weeks ago

The theme has alot of unique clases that modify the base boostrap file. Would be positive to depend solely on bootstrap to enhance the personalization via custom.css file.

Ex: Using "col-desktop-3" gives the element 16% width that is not consistent with boostraps original "col-md-3" that would give you 33% width. And theres a class called "rows-col-3" that does have the 33% width but the usage is not clear.

alvinkonda commented 2 weeks ago

Hi Jorge,

You are right, we have modified a bit the bootstrap scss codes which you can check here https://github.com/kondasoft/ks-bootshop/blob/master/src/bootstrap.scss

The most important changes are the spacing utiliiesp-, m- and the responsive utilities (grid-breakpoints) that you have mentioned above, and that's because we think the theme performs better that way. But since we provide the bootstrap source file you may adjust those options if you prefer so.

Let me know if you have additional questions about this.