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

    Hello Kriesi-Team,
    I would like to arrange 3 pictures in the middle of a new homepage. But they should be a little – on top of each other. Do you have an idea how I can implement this? Is it even possible?

    Thanks,
    Daniela

    • This topic was modified 2 years, 9 months ago by beyond-flora.
    #1339728

    Hey beyond-flora,

    Thank you for the inquiry.

    You can pull or push an element by applying a custom margin to it. For example, to pull the second image to the left in the page above, you can use this css code.

    .avia-image-container.av-kzeaghl3-a6e92917bbdb004515dac8f8c0d8dea3 {
        margin-left: -100px;
    }
    

    You can use the autogenerated class name (av-kzeaghl3-a6e92917bbdb004515dac8f8c0d8dea3) above, but you can also apply a custom css class name or ID to the elements in order to style them directly. The custom css class name and ID field is in the elements’ Advanced > Developer Settings toggle.

    Best regards,
    Ismael

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