Hi, I'm trying to get 2 images to line up. They are of equal height and I've removed all padding and margins, but still they're out of sync. Can you tell me what I'm doing wrong please?
The images are these 2, you can see a slight white space under the image on the left:

Thanks
Comments
order to achieve this you need to:
1. Edit your page, and go to the muffin builder. Edit a section and
under the advanced>style select 'equal height of wraps'. See screens:
[Links visible only for registered users]
[Links visible only for registered users]
2. Now edit each wrap in that section and set the desired vertical
align(top, middle or bottom). See screens:
[Links visible only for registered users]
[Links visible only for registered users]
jQuery(function($){
Thanks$(window).load(function(){
$(window).trigger('resize');
})
})