Skip to content

Instantly share code, notes, and snippets.

@yahilmadakiya
Last active March 13, 2017 09:25
Show Gist options
  • Save yahilmadakiya/80e00d2545a44dddc365ff292479b1b4 to your computer and use it in GitHub Desktop.
Save yahilmadakiya/80e00d2545a44dddc365ff292479b1b4 to your computer and use it in GitHub Desktop.
Quick fix for 1worldfit: [ mobile device full width ]
@media ( max-width: 500px ) {
#buddypress .activity-list li .activity-content {
margin-left: 0 !important;
}
#buddypress .activity-list li .activity-content .activity-header {
min-height: 50px;
}
li.rtmedia-list-item.media-type-photo {
margin-left: 0 !important;
}
.activity-inner {
margin-right: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment