Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #342874

    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!

    • This topic was modified 9 years, 6 months ago by osckarl. Reason: Additional info
    #343833

    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

    • This reply was modified 9 years, 6 months ago by Elliott.
    #345535

    Works, thanks Elliott!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logoboard behaviour is desktop vs mobile’ is closed to new replies.