Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #304066

    Hi !

    I’m trying to get 4 pictures in a 1/2 page layout box.
    How can I put 2 besides each other at the beginning (lets call it first line) and 2 besides each other just below the others ?
    I tried to nest the layout modules but unfortunately that seems not to be feasible.

    Should look like this:
    picture1 picture2
    picture3 picture4

    All pictures should reside in the 1/2 page layout box.

    Cheers
    Marc

    #304138

    Hey mw75!

    Thank you for using the theme.

    You can add a text block inside the 1/3 column layout then insert this on the editor:

    <div class="flex_column av_one_half first">PIC 1</div>
    <div class="flex_column av_one_half ">PIC 2</div>
    <div class="flex_column av_one_half first">PIC 3</div>
    <div class="flex_column av_one_half ">PIC 4</div>

    Best regards,
    Ismael

    #304233
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘4 Images in 1/2 page layout module’ is closed to new replies.