Hello I’m trying to center the logos I have put together for a page. I have a 7 column partner/logo block with 3 images and I’d like to center the 3 images because I would like it all centered with the 7 column/7 image block I have above it. Please see bottom of the page in the attached link. See how it is all aligned left? Can you provide quick css for me to add or any suggestions?
Thank you in advance!
Hey rkb317!
Why not you using a color section, to add the elements inside and then center the content?
It will be easier from how you are doing it right now.
Thank u
Regards,
Basilis
It drops to numerous lines and doesn’t line up correctly if I go that route. :/ there’s no way to center the logos? especially if the bottom row is 6 vs the 7?
Following up on this – trying to meet a deadline…any help would be appreciated.
Hey!
We need a div around the logos, so we can be able to provide some CSS to center the elements.
We do hope you understand.
Thanks a lot
Best regards,
Basilis
is that something I can put into the quick css?
Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .slide-entry-wrap {
max-width: 520px;
margin: auto!important;
float: none!important;
}
.your-custom-class .slide-entry-wrap .slide-entry {
width: 33%!important;
}
Best regards,
Yigit