Skip to:
Content

BuddyPress.org

Ticket #8703: #8703.patch

File #8703.patch, 1.4 KB (added by varshil151189, 4 years ago)

Patch added for Home page Text overlap issue on small devices

  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

     
    16501650        }
    16511651}
    16521652
     1653@media only screen and (max-width: 899px) {
     1654        h2.graphic{
     1655                height: auto;
     1656                width: 300px;
     1657                font-size: 2.0em;
     1658        }
     1659
     1660        #headline-inner p{
     1661                bottom: 133px;
     1662                width: 300px;
     1663        }
     1664
     1665        #big-demo-button{
     1666                font-size: 1.0em;
     1667                left: 10px
     1668        }
     1669}
     1670
    16531671/* Shrink logo to make room for navigation */
    16541672@media screen and ( max-width: 820px ) {
    16551673        #header-inner h1 a {
     
    17561774        }
    17571775}
    17581776
     1777@media only screen and (max-width: 767px) {
     1778        #headline-inner{
     1779        padding: 0;
     1780    }
     1781
     1782    h2.graphic{
     1783                top: 40px;
     1784                width: 200px;
     1785                font-size: 1.5em;
     1786        padding-left: 10px;
     1787        }
     1788
     1789        #headline-inner p{
     1790                width: 200px;
     1791        padding-left: 10px;
     1792        }
     1793}
     1794
    17591795/* Mobile */
     1796@media only screen and (max-width: 499px) {
     1797        h2.graphic{
     1798                top: 30px;
     1799                width: 140px;
     1800                font-size: 1.3em;
     1801                line-height: 1.1em;
     1802        }
     1803
     1804        #headline-inner p{
     1805                bottom: 113px;
     1806                width: 210px;
     1807        }
     1808}
    17601809@media only screen and (max-width: 480px) {
    17611810        #bbpress-forums div.bbp-topic-author img.avatar,
    17621811        #bbpress-forums div.bbp-reply-author img.avatar {