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
Hey Beat,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
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
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
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
Hi Mike,
It works fine and we can close the ticket.
Many thanks,
Beat
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