Home › Forums › Theme support › Icons › Reply To: Icons
Hi there I actually made it using divs and classes. Looks fine at the moment.
Thank you.
<div class="servicebox">
<div><a href="http://www.w3schools.com"><img class="" src="http://web-rockstars.com/nico/wp-content/uploads/2014/06/portfolio_020-600x400.jpg" alt="" width="200" height="133" /></a></div>
<h3>İş Güvenliği Eğitimleri</h3>
Lorem ipsum dolor sit amet, consetetur sadipscing …
<a href="http://marinyatch.com/hizmetler/">Read more</a>
</div>
CSS
.servicebox img {max-width:none; max-height:none;}
.servicebox div {width: 100%; height: auto; margin: 0px auto 0px;}
.servicebox {padding: 2px;}
with this css codes your shortcodes are also working fine…