is it possible to bring the two images at the right side closer to the left ones?
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
hello basilis, i did so now, but after linking them, they seem to choose their own way and end up below each other…
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