Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #567992

    hi, i utilize the content item “table” for put my products information into her. i don’t utilize the table type pricing. i have the column with different length
    Image and video hosting by TinyPic
    i must utilize this table type because it has the description option. how i can have the table with columns of the same length?
    thanks

    #567995

    Hey Pas7o!

    To make sure that we are on the same page, you would like to display tables 50%-50% in the example above, is that correct?
    If so, please post the link to your page. If not, please elaborate :)

    Regards,
    Yigit

    #568036

    yes i want display table 50%-50%

    this is the page: http://www.pmm-montresor.com/it/maxi-lem/

    thanks

    #568412

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    tr:first-child td {
        width: 50% !important;
    }

    Thanks,
    Rikard

    #568548

    perfect! it’s working.

    Image and video hosting by TinyPic

    last question: it’s possible put “Made in ITALY” below the table? I used this code for put “Caratteristiche” on left and “Made in ITALY” on right:

    <div style=”float: left; text-align: left; font-size: 20px;”>Caratteristiche</div><div style=”float: right; text-align: right; font-size: 15px;”>Made in ITALY</div>

    thanks

    • This reply was modified 8 years, 11 months ago by Pas7o.
    #569105

    Hey!

    Please add following code to Quick CSS

    .avia-data-table-wrap:after {
        content: 'Made in ITALY';
        background: transparent;
        float: right;
        font-size: 20px;
        margin-top: 10px;
        color: black;
    }

    Cheers!
    Yigit

    #569296

    ok thank you so much

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘table with columns of the same length’ is closed to new replies.