Я хочу сделать следующую часть моего сайта отзывчивой.
Я пытался сделать одно изображение Div отзывчивым, но оно не сработало.
<div class="row">
<div class="col-sm-4 main_service main_auto">
<h4>
<a title="Automotive" href="searchcat1.aspx?cat=Automotive">Automotive</a></h4>
<p>
<a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Auto Spare Parts">Auto
Spare Parts</a>
<a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Commercial Vehicles">
Commercial Vehicles</a>
<a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Oil value Lubricants">
Oil value Lubricants</a>
<a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Tyres and Batteries">
Tyres and Batteries</a>
<a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Automotive Tools">
Automotive Tools</a>
<span class="right"><a href="searchcat1.aspx?cat=Automotive">more ...</a></span></p>
</div>
</div>
Я новичок в Bootstrap.