Align images to bottom not working

Hi,
I have been trying to align a row of images to the bottom, but it is not working. There are six of them in a row, contained within a wrap. I have tried all the suggestions regarding the section and wrap options. 
Can you please help? 
image
Thanks
Lucy

Comments

  • Hello Lucy,
    please send a link to this page and show it to us.
    thanks
  • Hi,
    Its the section with the title "Partenaires". https://www.letubeaessai.fr/
    Thank you. 
    Lucy
  • I know what it might be. I put in some custom code to remove the link effect you have in your theme:

    .image_frame .image_wrapper .mask::after { display: none !important; }
    .image_frame .image_wrapper .image_links { display: none !important; }
    .image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
    .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; }

    If this is the issue, can you please provide some code that will allow me to remove the link effect and still be able to align the images by the bottom? Also even this custom code leaves a sort of shadow frame around the images. Can you provide some code that doesn't do this? 
    Thank you
  • Sorry but you are not using betheme, this is not a theme page.
    thanks
  • Dear Muffin,
    I am using Betheme (Firm pre-built site), but I had to put the coming soon page back up. I will recontact you when the coming soon page is removed. 
    Thanks
Sign In or Register to comment.