Hallo Zusammen, ich suche nach einer Möglichkeit eine 1/12 – 10/12 – 1/12 Einteilung hinzubekommen. Geht das mit Enfold?? Oder gibt es ein “Workaround” dafür.
Vielen Dank
Hey gabiposch,
Thank you for the inquiry.
You can add your own custom html or elements inside a code or text block and use css code to adjust its style.
Example:
<div class="flex_column av_one_twelveth">Content here</div>
<div class="flex_column av_ten_twelveth">Content here</div>
<div class="flex_column av_one_twelveth">Content here</div>
The css might look something like this.
.av_one_twelveth {
width: 7%;
}
.av_ten_twelveth {
width: 82%;
}
Best regards,
Ismael