Skip to:
Content

BuddyPress.org

Ticket #8838: 8838.3.patch

File 8838.3.patch, 512 bytes (added by nidhidhandhukiya, 3 years ago)

If we use 560 dimension then the liquid layout is not consistant it can not looks good between 560 to 550.

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

     
    18011801        }
    18021802}
    18031803
     1804@media screen and (max-width: 550px){
     1805        .create-new-ticket.button{
     1806                        padding: 10px 20px;
     1807        }
     1808        .create-new-ticket a{
     1809                        display: inline;
     1810        }
     1811}
     1812 No newline at end of file