Hi
I have several partner/logo elements in a page, in a 6 column grid.
Some elements have 6 images, other 3 or 1.
Is it possible to center them? Now they are aligned to the left.
Thanx
Tom
Hey Tom,
Did you get this fixed or you still need help?
Best regards,
Victoria
Hi victoria
Indeed, it is not fixed.
As u see, the second element is not centered.
Regards
Tom
Hi,
Please try this code in the Quick CSS field.
#top .avia-logo-element-container {
text-align: center;
}
#top .avia-logo-element-container .slide-entry {
display: inline-block;
float: none;
}
Turn on the custom css class attribute if you want to apply this modification to these specific elements.
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Worked great! Thanks a lot