Skip to content

Instantly share code, notes, and snippets.

@matticustard
Last active April 23, 2018 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matticustard/43fcd26a53fff27afe0731b485eb1920 to your computer and use it in GitHub Desktop.
Save matticustard/43fcd26a53fff27afe0731b485eb1920 to your computer and use it in GitHub Desktop.
Custom event styles for MNPS
#id_Header1 {
padding: 30px !important;
margin-top: 20px !important;
border-radius: 5px;
}
#id_9e8UAry {
padding: 15px !important;
border-radius: 5px;
}
@media only screen and (max-width: 616px) {
#id_9e8UAry {
margin-bottom: 30px !important;
}
}
img[title="Find MNPS on Meetup"] {
margin-top: 10px !important;
}
div.WaGadgetEvents .upcomingEventsContainer > .d1 > .d2 > .d3 > .d4 > .d5 > .d6 > .d7 > .d8 > .d9 > .inner {
margin: 30px 0;
}
div.WaGadgetEvents h3.sectionTitle {
background: none !important;
margin-bottom: 30px !important;
}
div.WaGadgetEvents #idEventListCalendar {
margin-top: 30px !important;
}
div.WaGadgetEvents ul.boxesList li.boxesListItem {
margin-bottom: 30px !important;
background-color: #ffffff;
}
div.WaGadgetEvents ul.boxesList [id^="idUpcomingEvent_"] {
padding: 30px !important;
margin-bottom: 30px !important;
border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment