Hi on mobile my partner logos are stacked one on top of each other with no space between. How do I create some space between them?
Many thanks
Jenny
Hey JennyGr,
Kindly add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top .avia-logo-element-container .slide-entry {
margin-bottom: 32px !important;
}
}
Let us know if it works :)
Best regards,
Nikko