Hi,
1. Your template has CSS overriding that with this CSS code:
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.564102564102564%;
}
in the file
barberfanatics.com/templates/samba_spa/c...strap-responsive.css
and:
div.hikashop_container {
margin: 3% !important;
margin-top: 20px !important;
}
in
barberfanatics.com/templates/samba_spa/css/thirdparty.css
2. Again, your template also have extra CSS which needlessly increase the height of the boxes.
For example, you can remove the CSS:
.hikashop_product_name {margin:0px;padding:0px;border-bottom:1px solid #f1f1f1;padding-bottom:14px !important;margin-top:18px !important;margin-bottom:22px !important;}
in
barberfanatics.com/templates/samba_spa/css/thirdparty.css
3. Your template has custom CSS which force the size of the banner:
take.ms/0EOGt
Please contact your template provider support for customization of the display like these as they are related to your template's CSS, not HikaShop.