Hi,
Two of my pages (MyHomeSource and Parking) have 4 column x 1 row galleries on the bottom of them that I inserted using the code that is copied at the bottom of this message. I put the gallery in a table in an attempt to make it appear below the two columns of content I set up using this code:
<div style="width: 46%; float: left;">
</div>
<div style="width: 46%; float: right;">
</div>
<table style="width: 100%;">
<tbody>
<tr>
<td style="width: 900px;"><span style="font-family: verdana;"><span style="font-size: 3;"><span style="color: #000000;"></span></span></span></td>
<td></td>
</tr>
<tr>
<td>[gallery link="file" columns="4" orderby="title"]</td>
<td></td>
</tr>
</tbody>
</table>
On a large computer screen, the gallery overlaps behind the two columns of content rather than below. What code do I need to add so that the gallery appears full width below the two columns?
Thank you for your help!
Jessa





Add Reply
You must log in to post.