Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1125097

    Hi,
    I am using the Partner/Logo element. How can I set the distance between the lines? How are the logos centered horizontally?
    Thanks!

    Beste regards,
    Beat

    #1125376

    Hey Beat,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1125412
    This reply has been marked as private.
    #1125757

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top .avia-logo-grid .slide-entry-wrap {
        margin-bottom: 30px;
    }

    I’m not sure what you mean by the image, do you want all of them centered vertically?

    Best regards,
    Rikard

    #1125851

    Hi Rikard,
    Thanks for your email und CSS. It works fine.
    The logos must be centered vertically and horizontally. The logo “Novartis” for example is not centered. Do you have als solution?

    Best regards,
    Beat

    #1126561

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-1072 .avia-logo-element-container .slide-entry.av_one_fourth {
        height: 104px !important; 
    }
    #top.page-id-1072 .avia-logo-element-container .slide-entry.av_one_fourth img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1127977

    Hi Mike,
    It works fine and we can close the ticket.
    Many thanks,
    Beat

    #1128126

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Partner/Logo element: space between the lines’ is closed to new replies.