-- HikaShop version -- : HikaShop Essential: 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.12
-- Browser(s) name and version -- : All
I'm changing website for client and built a Joomla 3 responsive website based on Bootstrap 3.
I Als o set Hikashop to Bootstrap in configuration and I use NoNumber ReReplaceser extension to change all bootsrap 2 code to 3.
I for example want the display of products change from 4 in a row to 2 in a row on smaller screens. However I see f.e. this in the code.
<div class="hikashop_products_listing">
<div class="hikashop_products">
<div class="hikashop_product" style="width:24%;">
<div class="hikashop_product" style="width:24%;">
<div class="hikashop_product" style="width:24%;">
<div class="hikashop_product" style="width:24%;">
<div style="clear:both"></div>
So that should be 48%. How can I achieve that? I read the docs and forum but still can't find it.
P.S. Dont watch other styling, still working on that