Skip to content

Instantly share code, notes, and snippets.

@julian-stark
Last active July 2, 2020 09:53
Embed
What would you like to do?
Extras for Elementor - Button Group - Horizontal Scroll
/* add class .horizontal-scroll to element */
@media (max-width:1024px) {
.horizontal-scroll ul.ee-button-group {
display:flex;
flex-wrap:nowrap;
overflow-x:auto;
justify-content:flex-start;
}
.horizontal-scroll ul.ee-button-group li {
white-space: nowrap;
flex-grow: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment