Last active
April 22, 2021 07:51
-
-
Save chavesm/b3aa2478a2e8a6996bba569f9e8c1075 to your computer and use it in GitHub Desktop.
Short term fix to force Popular Post to fix on mobile portrait.
This file contains 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
/** Permanent fix to force Popular Post to fix on mobile portrait. */ | |
.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-november .monsterinsights-inline-popular-posts-title { | |
white-space: normal; | |
} |
This file contains 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
/** DEPRECATED: See permanent fix above. */ | |
/** Short term fix to force Popular Post to fix on mobile portrait. | |
@media (max-width: 639px) { | |
.monsterinsights-inline-popular-posts.monsterinsights-inline-popular-posts-november.monsterinsights-popular-posts-styled { | |
max-width: 350px; | |
} | |
} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment