Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1313957

    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

    #1314617

    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

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