Thanks for answering my other question, a new one came up now:
How can I add padding to the bottom of a row logos? The partner logos are touching each other because there is 0 padding in the grid.
Cheers,
mhai
Hey mhai,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) {
#top .avia-logo-grid .slide-entry-wrap {
min-height: 120px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
