Ninja
My codes added in custom.css:
/* Custom.css Pino */
{.col-10, .col-20, .col-25, .col-30, .col-33,
.col-40, .col-50, .col-60, .col-70, .col-75, .col-80, .col-90 {display: block; float: left;}
.width-spacer {margin:5px}
.block-center {margin: auto;float: none !important;}
.col-10 {width: 10%;}
.col-20 {width: 20%;}
.col-25 {width: 25%;}
.col-30 {width: 30%;}
.col-33 {width: 33.333333333%;}
.col-40 {width: 40%;}
.col-50 {width: 50%;}
.col-60 {width: 60%;}
.col-70 {width: 70%;}
.col-75 {width: 75%;}
.col-80 {width: 80%;}
.col-90 {width: 90%;}
/**/
My code on my page:
<h3>Ingredientes</h3>
<div class="itemblock">
<div class=" col-50">
<img src="images/GPC/Carne-bovina/Entrecote-buey-plancha/EntrecotePlanchaIngredientes.jpg" alt="" />
</div>
<div class="col-50">
<div class="width-spacer">
<ul>
<li>2 Entrecote de 300 g cada uno</li>
<li>Aceite de oliva V.E.</li>
<li>Sal y pimientas</li>
</ul>
</div></div>
</div>
This is where my knowledge goes.
Please let me know if it is feasible
otherwise I will change to another template.