How is it possible to have a fixed space between the logos with the partner/logo element like a grid? Thank you for your help.
Hey paaploo!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hey!
I’m not sure I understand what you mean, all I could see in your link was a row of black boxes with equal spacing?
Cheers!
Rikard
In the version you saw, I tried to make equal spaces. Now, I changed the dimension of the site and the space between left and right is different to up and down. Or is it a PC <-> Mac Browser Problem?
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-26 .slide-entry-wrap{
padding-top: 50px !important;
}
.page-id-26 .avia-content-slider-inner div:first-child{
padding-top: auto !important;
}
Adjust the value 50 to your liking.
Cheers!
Rikard
Thank you, it works :-)
By the way, in wich file can I write this code line directly?