Tagged: Partner logo element
Hello,
I cannot get the Partner/Logo element to work properly. I want it to look like the top example on your demo page: https://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/
I have made oodles of changes, tried so many things, and it worked once, for a few minutes… but then didn’t work again. Also, when I first look at the page, those logos show just blank. You have to click on it to get it to show.
Is there a certain size these images should be to show correctly? I can’t find that info anywhere. I made them all fit into a 260 x 185 box so they would be even.
Please help me! Clearly I am lost!!! (I am used to using Avada, but went with Enfold this time as I’ve used it before with success. I’m finding this particular demo very difficult)
Thank you!!
I finally got it to work without cutting off the edges! It is looking pretty good, EXCEPT, I want to change the padding between each logo. I did it before, but now I can’t find it!
Secondly, I would love to make the space above and below the logos less. In other words, a thinner strip? How would I accomplish that?
Thanks so much!
Hi,
When I check you have a 1px padding in between the images, you could use this css to remove it:
#top .avia-logo-element-container .slide-entry {
padding: 0px;
}
change the zero if you want it larger.
Try this css to remove the top and bottom padding:
.flex_column.av-l3t08rf8-8f5e455205a44c3e3d9068782c55a0f9 {
padding: 0px 50px 0px 50px;
}
Best regards,
Mike