[buddypress-trac] [BuddyPress Trac] #8651: Right side white space is coming in buddypress site in mobile and tablet size
buddypress-trac
noreply at wordpress.org
Mon Mar 14 07:29:20 UTC 2022
#8651: Right side white space is coming in buddypress site in mobile and tablet
size
---------------------------------------+------------------------------
Reporter: aezazshekh | Owner: johnjamesjacoby
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: BuddyPress.org Sites | Version: 10.1.0
Severity: normal | Resolution:
Keywords: has-screenshots has-patch |
---------------------------------------+------------------------------
Changes (by hilayt24):
* cc: hilayt24 (added)
* keywords: needs-patch has-screenshots => has-screenshots has-patch
Comment:
I think this CSS will fix the issue in the smaller devices i.e from 380px
top 320px screen.size.
{{{
@media and screen (max-width:380px){
#big-demo-button {
font-size: 1.5em;
padding: 10px 15px;
}
}
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8651#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list