Showing 1 – 1 of 1 replies
amagoffim

Having a bit of trouble getting the […]

amagoffim PURCHASED
3 years ago
Hi Themelize! having a bit of trouble getting the "divider element" images to show. Wondering if the dividers are tied to a js function in a file that I'm not loading properly or something. Through the rails asset pipeline, and the directory structure being the way that it is, it's possible I'm missing something....any ideas?
Thanks!
Aaron
amagoffim
amagoffim PURCHASED
3 years ago
I think I have a solution to this...after goofing around with images and styles within the divider div element, I discovered that if we give the image div a height property then the container-fluid will show the image...but if no height is declared for the image, then the image is invisible, yet loaded properly. Just my two cents. If I created an 'equal' class for the div heights within the row, it didn't seem to have an effect, even though bootstrap 4 is supposed to keep columns in a row equal by default. So something is overriding the height element of the image div...just can't find where that might be happening...any ideas?