Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1475154

    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!!

    #1475157

    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!

    #1475171

    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.
    Enfold Support 6571
    Try this css to remove the top and bottom padding:

    .flex_column.av-l3t08rf8-8f5e455205a44c3e3d9068782c55a0f9 {
        padding: 0px 50px 0px 50px;
    }

    Enfold Support 6573

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.