Tagged: grid row cells
Hey Team Kriesi,
Loving all the new updates, great work!
I have a minor issue you might be able to help me with. I have a grid row at the top of a page split into 1/4, 1/4, and 1/2. I have background images set for the 1/4 cells and a video set for the 1/2 cell, but I can’t seem to get the bottom of the video to line up with the 1/4 cells.
Many thanks in advance,
Hi Ben,
We’re glad to hear that you love our new updates :)
As for the issue you’re having, please edit the two columns with background images and set Background Repeat from No Repeat to Stretch to fit.
Hope this helps.
Best regards,
Nikko
Hey Nikko,
Thanks for the reply.
The two columns with background images are already set to Stretch to fit. Incidentally, if I change the Background Image Position from Top Left to Center Center, it makes the alignment issue worse by dropping the video down further still and creating a gap at the top of the video.
I’ve made you an admin login so you can perhaps take another look.
Many thanks in advance,
Hi Ben,
Thanks for giving us admin access and I apologize for the delayed response.
This is now fixed on your site.
I have set the two columns to Stretch to fit.
Then set Custom CSS Class to no-margin for the video and then added this CSS code in Enfold > General Styling > Quick CSS:
.no-margin {
margin: 0 !important;
}
Please review your site.
Best regards,
Nikko
Amazing! Thanks so much, Nikko.