Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #479972

    I’m attempting to create a header that would span the seven columns of a table I’ve inserted. I’m using the table element of the Avia Builder. How can create this element?

    My second question is about the padding between cells. Is there a way to style this/remove this?

    Here is a link to the site/table I’m trying to create: http://www.farias.mediajunction.ca/#programs

    #480542

    Hi jordannick,

    I’m not sure what you mean by that, do you want to replace the default header or just place another element on top of the table? A screenshot highlighting your intentions could help to clarify things.

    You can add or remove styling from the table yes, what exactly are you trying to do with it?

    Best regards,
    Rikard

    #480932

    Hi Rikard,

    Sorry if I wasn’t clear. I wanted to to create a table that looks similar to this one
    http://www.farias.mediajunction.ca/wp-content/uploads/2015/07/TableExample.jpg

    Here’s what I created so far: http://www.farias.mediajunction.ca/#programs

    #481631

    Hi!

    I’m sorry but the table layout that you want is not possible with the table element in the theme. However, you can create the table manually by using a text or code block. Add something like this:

    <table style="width: 100%;">
    <tbody>
    <tr>
    <th colspan="7">Minions Division Cost</th>
    </tr>
    <tr>
    <td>Fundamentals</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    </tr>
    <tr>
    <td>Fundamentals & Game</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    </tr>
    <tr>
    <th colspan="7">Reserves Division Cost</th>
    </tr>
    <tr>
    <td>Fundamentals</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    </tr>
    <tr>
    <td>Fundamentals & Game</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    </tr>
    </tbody>
    </table>

    Best regards,
    Ismael

    #482721

    Perfect. Thanks so much. It’d be nice in future upgrades if additional options could be added to the table element.

    #483117

    Hi,

    Thanks for the feedback, you can add a feature request for it here: https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.