instead of catalog plug in that didn’t mach what i wonted, i put all my information (pic & text) in table, and change how i wanted to see the table in the page on my child theme style:
this is the code for the style.css file:
td{
vertical-align: top;
}
table {
width: 80%;
margin: 0 auto 20px auto;
border-collapse: collapse;
align: left;
}
img.alignnone {
display: inline;
margin: 0;
}
td, th {
padding: 5px;
border: 1px #FFFFFF solid;
}
and this is the table in the page :
<span style="color: #8a0808; font-size: 28px; font-family: 'Tekton Pro';"><strong>write what u want</strong></span>
<hr />
<table style="float: left;" border="1">
<tbody>
<tr>
<td><a /><img src= /></td>
<td style="font-size: 17px;"><strong>write what u want</strong>
write what u want
<strong>write what u want</strong>write what u want</td>
</tr>
<tr>
<td height="10"></td> "this one is for space between the rows"
<td height="10"></td> "this one is for space between the rows"
</tr>
[Please use the CODE buttons, not blockquote, when posting code ]