Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #378577

    Good morning,
    I would like to merge several horizontal cells on some lines.
    Thanks in advance for you help
    Fred

    • This topic was modified 9 years, 10 months ago by fensor2.
    #378671

    up

    #379090

    Hey!

    Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #379163

    Hello Yigit,
    Bellow there is the table (modified with colspan function) I would like to get.
    Can you please tell how to proceed in Enfold (keeping responsive integrity) ?
    Thx
    Fred

    <div class=’avia-data-table-wrap avia_responsive_table’><table class=’avia-table avia-data-table avia-table-1 avia-builder-el-3 el_after_av_tab_container el_before_av_textblock ‘ itemscope=”itemscope” itemtype=”https://schema.org/Table&#8221; ><caption>Caractéristiques techniques des modèles 111</caption><tbody><tr class=’avia-heading-row’><th class=”>Modèles<br />
    </th><th class=”>111LHX</th><th class=”>111LX</th><th class=”>111L</th><th class=”>111S</th><th class=”>111H</th><th class=”>111HX</th></tr><tr class=”><td class=”>Point A/B [ºC]</td><td class=”></td><td class=”></td><td class=”></td><td class=”></td><td class=”></td><td class=”></td></tr><tr class=”><td class=”>Gamme d’utilisation Mini./Maxi.</td><td class=”>-75..+95</td><td class=”>-95..+20<br />
    </td><td class=”>-75..+20<br />
    </td><td class=”>-60..+20<br />
    </td><td class=”>-60..+70<br />
    </td><td class=”>-50..+95<br />
    </td></tr><tr class=”><td class=”>Etalonné sur la gamme<br />
    </td><td class=”>-60..+95<br />
    </td><td class=”>-90..+20<br />
    </td><td class=”>-70..+20<br />
    </td><td class=”>-50..+20<br />
    </td><td class=”>-40..+70<br />
    </td><td class=”>-40..+95<br />
    </td></tr><tr class=”><td class=”>Température<br />
    </td><td colspan=”6″ class=”>-50…100 ºC<br /></td>
    </tr><tr class=”><td class=”>Pression d’échantillonnage<br />
    </td><td colspan=”6″ class=”>50…2000 hPa abs. (0,5…2 Bar absolu)<br /></td>
    </tr><tr class=”><td class=”>Exactitude (précision)<br />
    </td><td colspan=”6″ class=”><br /></td>
    </tr><tr class=”><td class=”>Point A/B (pour la gamme étalonnée)<br />
    </td><td colspan=”6″ class=”>≤ ± 0,1 ºC<br /></td>
    </tr><tr class=”><td class=”>Température<br />
    </td><td colspan=”6″ class=”>≤ ± 0,07 ºC<br /></td>
    </tr></tbody></table></div><style type=’text/css’>.avia-table-1 td:nth-of-type(1):before { content: ‘Modèles<br />

    #379754

    up ?

    #380061

    Hello Yigit

    As you ask me, here are the pictures :
    . As I have with Enfold
    Here is table as it is

    . As I would like to get (done manually with an external eitor)
    my wish

    Thanks in advance for your help.

    Fred

    #380067

    Hey!

    It is not easily possible ( but please feel free to request it here – https://kriesi.at/support/enfold-feature-requests/ ) but if you do not mind creating a temporary admin login and posting it here, i could try to help you.

    Regards,
    Yigit

    #380079

    Yigit,
    Can you explain how to to it because I will have several pages to change in the same way.
    Fred

    PS : thank you for your answer

    #380537
    This reply has been marked as private.
    #380765

    Hey!

    I activated custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and gave your table a custom CSS class and then added a custom CSS code in Quick CSS field. Please review your website now.

    Cheers!
    Yigit

    #384860
    This reply has been marked as private.
    #384919

    Hello
    Two questions :
    1. How to include the following kind of code into the chlid theme ? Is it customs.css file?
    2. I used to use HTML functions COLSPAN and ROWSPAN . How did you generated this code ?
    Thanks in advance
    Fred

    Quick CSS code :

     
    
    table.custom-table tr:nth-child(5) td:nth-child(2), table.custom-table tr:nth-child(5) td:nth-child(3), table.custom-table tr:nth-child(5) td:nth-child(4), table.custom-table tr:nth-child(5) td:nth-child(5),
    table.custom-table tr:nth-child(5) td:nth-child(6),table.custom-table tr:nth-child(6) td:nth-child(2), table.custom-table tr:nth-child(6) td:nth-child(3), table.custom-table tr:nth-child(6) td:nth-child(4),
    table.custom-table tr:nth-child(6) td:nth-child(5), table.custom-table tr:nth-child(6) td:nth-child(6),table.custom-table tr:nth-child(7) td:nth-child(2), table.custom-table tr:nth-child(7) td:nth-child(3), table.custom-table tr:nth-child(7) td:nth-childi4), table.custom-table tr:nth-child(7) td:nth-child(5), table.custom-table tr:nth-child(7) td:nth-child(6),table.custom-table tr:nth-child(8) td:nth-
    child(2), table.custom-table tr:nth-child(8) td:nth-child(3), table.custom-table tr:nth-child(8) td:nth-child(4), table.custom-table tr:nth-child(8) td:nth-child(5), table.custom-table tr:nth-child(8) td:nth-
    child(6),table.custom-table tr:nth-child(9) td:nth-child(2), table.custom-table tr:nth-child(9) td:nth-child(3), table.custom-table tr:nth-child(9) td:nth-child(4), table.custom-table tr:nth-child(9) td:nth-
    child(5), table.custom-table tr:nth-child(9) td:nth-child(6) {border-right: none;}
    #385615

    Hey!

    1. Yes you can add it in the child themes stylesheet. You may need to use the !important rule to make sure it overrides the parent styles.

    2. We currently do not have a feature for that. You will need to use a codeblock element and type out the HTML for your table instead of using our shortcode.

    Regards,
    Elliott

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