[buddypress-trac] [BuddyPress] #5280: Codex: Image in content area extends beyond container
buddypress-trac
noreply at wordpress.org
Fri Dec 6 04:48:00 UTC 2013
#5280: Codex: Image in content area extends beyond container
--------------------------+-----------------------------
Reporter: mercime | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
Per report of David Cavins, author of the following article
http://codex.buddypress.org/getting-started/guides/modifying-the-
registration-form/ where the images extends beyond the content area.
Simple solution is to add the following to the codex theme's functions.php
file:
{{{
// Set the content width based on the theme's design and stylesheet.
if ( ! isset( $content_width ) )
$content_width = 580;
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5280>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list