Hi,
Please create a layout with 1 Group(1 Text inside) on left + 1 Text on right, check the screenshot: https://www.dropbox.com/s/ep33krtxo79djo7/qq20200916-084207.jpg?dl=0
use the table HTML in the Text editor(code view) to show the information on the right 2 cols:
<table style="width:100%;font-size:1em;">
<tbody>
<tr>
<td>Logo Design</td>
<td>Logo Design info</td>
</tr>
<tr>
<td>Web Design</td>
<td>web Design info</td>
</tr>
<tr>
<td>Brand Design</td>
<td>Brand Design info</td>
</tr>
</tbody>
</table>
Please paste the custom CSS code to “Appearance > Customize: Additional CSS” to remove the table border:
.entry .text_block table,
.entry .text_block td {
border-width: 0; padding: 0;
}
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook