-
AuthorPosts
-
October 16, 2016 at 2:26 pm #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]
Duration1 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 8 years, 1 month ago by Uros.
October 17, 2016 at 9:21 am #699843Hey Uroš,
Could you post a link to the site in question so that we can take a closer look please?
Regards,
RikardOctober 17, 2016 at 12:03 pm #699897October 17, 2016 at 1:16 pm #699956link to site
October 17, 2016 at 2:01 pm #699996how 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>–</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/
October 17, 2016 at 2:20 pm #700023hm?….i will try with tables….it might work… i will let you know if i succeed
October 17, 2016 at 2:46 pm #700038if 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 elementyou 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 8 years, 1 month ago by Guenni007.
October 18, 2016 at 4:07 pm #700725Hi,
Thanks for helping out @Guenni007, did you try the suggestions about @Uros?
Best regards,
RikardOctober 18, 2016 at 4:09 pm #700728yes, thanks for suggestion
December 2, 2016 at 9:17 am #719558Kriesi 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!
December 6, 2016 at 6:02 am #720840Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.