prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
230 stars 127 forks source link

A few improvements to consider/implement #76

Closed Hlavtox closed 5 years ago

Hlavtox commented 5 years ago

Keep prices in the product list on the bottom, makes it look more uniform.

.product-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

Remove one unneccessary padding between products in 2column view.

.product-miniature:nth-child(2n+1) {
    padding-right: 7.5px;
}
.product-miniature:nth-child(2n) {
    padding-left: 7.5px;
}

Make left column slightly bigger on md view, improves usability a lot.

col-12 col-md-4 col-lg-3
col-12 col-md-8 col-lg-9

Other

__

Best theme ever :-)

prestarocket commented 5 years ago

Footer columns shouldn't be collapsible between 922px and 1190px. => linked to responsive.js (responsive.min_width). you can change this width and edit mixin media-breakpoint-desktop & media-breakpoint-mobile in themes/classic-rocket/_dev/css/partials/_mixins.scss