Last active
March 13, 2017 09:25
-
-
Save yahilmadakiya/80e00d2545a44dddc365ff292479b1b4 to your computer and use it in GitHub Desktop.
Quick fix for 1worldfit: [ mobile device full width ]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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