Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #699598

    So i inserted in text block this code

    [av_one_half first]

    SLA Violation Penalties*:

    [/av_one_half]

    [av_one_half ]

    SLA Violation Penalty Duration:

    [/av_one_half]

    [av_one_fourth first]

    SLA Level

    gamma

    delta

    epsilon

    zeta
    [/av_one_fourth]
    [av_one_fourth]
    % of variable fee

    0.5%

    0.75%

    1%

    [/av_one_fourth]

    [av_one_fourth]

    Incidents per month

    1 – 4

    5 – 9

    more than 9
    [/av_one_fourth]
    [av_one_fourth]
    Duration

    1 month

    3 month

    6 month
    [/av_one_fourth]

    and got this http://imgur.com/a/RC4lc

    i also use this code to make column aligned at top

    .flex_column.av_one_half + br {
    display: none;
    }
    .flex_column.av_one_fourth + br {
    display: none;
    }

    how to align at top 1/4 columns now?

    • This topic was modified 7 years, 5 months ago by Uros.
    #699843

    Hey Uroš,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #699897

    SLA

    #699956

    link to site

    #699996

    how did you create your html ?

    did you realy use the advanced layout builder from enfold ?

    i see very unusual constructions
    the grid layout f.e. you use it with one “column”
    you construct the distance left and right by adding than a 1/5 empty flex-column –
    and use for the content the 3/5th column.

    Why don’t you use instead color section
    And in it a 1/1 container for the content. The 1/1 container uses the enfold option max-width and the margin: 0 auto to center the content.

    etc.

    the code you are belonging to your question looks like this :

    <div class="flex_column av_one_fourth  flex_column_div   avia-builder-el-45  el_after_av_one_fourth  el_before_av_one_fourth  column-top-margin">
    % of variable fee
    <p></p>
    <p>&ndash;</p>
    <p>0.5%</p>
    <p>0.75%</p>
    <p>1%</p></div>

    the % of variable fee is not in the p tag and thats causing the niveau difference (p tag has margin: 0.85em 0;) etc.

    PS for tables there is a advanced layout builder element. ( it opens an opition dialog first with price table but you can choose a normal table too)

    Look to the image – i would have constructed the table:

    and see result here: http://webers-testseite.de/ikom/neue-seite/

    #700023

    hm?….i will try with tables….it might work… i will let you know if i succeed

    #700038

    if you are familiar with html tables you can make it by yourself and insert that code to a text-block element.
    This seems to be the best method for now – because i’m missing the colspan possibility in enfold tables element

    you can find here a nice online generator for tables : https://tabletag.net/
    if you activat on the preview on top two (or more) cells you can merge them – for your table it looks like this:


    you see 2 lines as header lines

    • This reply was modified 7 years, 5 months ago by Guenni007.
    #700725

    Hi,

    Thanks for helping out @Guenni007, did you try the suggestions about @Uros?

    Best regards,
    Rikard

    #700728

    yes, thanks for suggestion

    #719558

    Kriesi Team,

    Please add a good table editor! With merging cells and so on. This would make your themes much more valuable and worth the price!

    Thanks!

    #720840

    Hi,

    I think it’s already worth it if you consider the theme options and the advance layout builder. The idea is quite good but it will require a lot of development. Please request for that feature here.

    // https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Ismael

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