Hey!
Thanks for a great theme! I’m having some CSS-troubles with the logoboard, it behaves differently on desktop vs. mobile. There’s a margin after the first and the fourth logo on mobile which I can’t see anywhere else. Could you please point me in the right direction?
Thanks!
Hey osckarl!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
@media only screen and (max-width: 400px) {
.slide-entry-wrap .slide-entry {
margin-bottom: 0px !important;
}
}
That will remove the bottom margin your seeing but you may need to play around with the 400px value so it only targets the screen size your mobile is using.
Best regards,
Elliott
Works, thanks Elliott!