Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #660948

    is it possible to bring the two images at the right side closer to the left ones?

    • This topic was modified 7 years, 8 months ago by yampieters.
    #661025

    Hi jelle!

    The images are in 2 different columns, but if we touch that CSS, it will bring problems to the hole grid.
    Can you try add them into one column better, so you can see if that can work?

    Thanks a lot

    Regards,
    Basilis

    #661166

    hello basilis, i did so now, but after linking them, they seem to choose their own way and end up below each other…

    • This reply was modified 7 years, 8 months ago by yampieters.
    #662340

    Hi,

    Add this in the Quick CSS field to move the images beside each other:

    .wp-caption {
        float: left;
    }

    Or put the images on its columns again then enable the custom css class field. We can then adjust the margin between the columns. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

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