When setting up a webshop, I am organizing products into col-md-3 class divs. However, in mobile view, these divs are stacked on top of each other.
I would like to have 2 divs displayed side by side when viewing on a mobile device. How can I achieve this? Should I use the col-md-3 class along with adding a col-xs-6 class to the divs?
<div class="col-md-3 col-xs-6">
<span class="ribbon-ketsoros">Free<br>shipping</span>
<a href="https://domain.hu/termek/186/gigabyte-z370-aorus-gaming-7-op-alaplap" title="Gigabyte Z370 AORUS GAMING 7-OP Motherboard" class="main_item_img_to_link">
<img src="https://domain.hu/images/item/th-8888-28950.jpg" alt="Gigabyte Z370 AORUS GAMING 7-OP Motherboard" class="img-responsive">
</a>
<h2 class="main_item_title"><a href="https://domain.hu/termek/186/gigabyte-z370-aorus-gaming-7-op-alaplap" title="Gigabyte Z370 AORUS GAMING 7-OP Motherboard" class="main_item_title_to_link">Gigabyte Z370 AORUS GAMING 7-OP Motherboard</a></h2>
<span class="main_item_cikkszam">Item Number: 997872</span>
<span class="main_item_kiszereles">Packaging: Piece</span>
<span class="main_item_kiszereles"><b>In Stock</b></span>
<input type="hidden" value="1" id="MinimumOrder186"><span class="main_item_price_2">101,290 Ft</span>
<span class="main_item_price_3">Discounted Price: 97,290 Ft</span><a href="https://domain.hu/termek/186/gigabyte-z370-aorus-gaming-7-op-alaplap" class="kiemeltek_to_link" title="Product Page">Product Page <i class="fa fa-info-circle" aria-hidden="true"></i></a>
</div>