• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. 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

    jessalux
    11 months ago
  2. Hi,

    Add the table into the div tags like this:

    <div style="width: 960px">THE CONTENT</div>
    

    Cheers,
    George

    George
    11 months ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.