[buddypress-trac] [BuddyPress Trac] #8145: Fixed legacy layout issue in registration page

buddypress-trac noreply at wordpress.org
Tue Oct 15 06:35:49 UTC 2019


#8145: Fixed legacy layout issue in registration page
-----------------------------------+------------------------------
 Reporter:  zishanj                |       Owner:  (none)
     Type:  enhancement            |      Status:  new
 Priority:  normal                 |   Milestone:  Awaiting Review
Component:  Templates              |     Version:
 Severity:  normal                 |  Resolution:
 Keywords:  has-patch 2nd-opinion  |
-----------------------------------+------------------------------

Comment (by zishanj):

 `layout-wrap` is actually defined in ''bp-nouveau'' template and I have
 copied these css styles to my local css:

 {{{
 @media screen and (min-width:46.8em) {
     #buddypress #register-page .layout-wrap {
         display: flex;
         flex-flow: row wrap;
         justify-content: space-around
     }

     #buddypress #register-page .layout-wrap #basic-details-section {
         flex: 1;
         padding-right: 2em;
         border: none;
     }

     #buddypress #register-page .layout-wrap #profile-details-section {
         flex: 1;
         padding-left: 2em;
         border: none;
     }
 }
 }}}

 I guess ''legacy'' template should also have this responsive support. May
 be we can also add this to ''buddypress.css'' file of ''legacy'' template.

 Regarding overriding the template, I couldn't found the path and filenames
 mentioned at https://codex.buddypress.org/themes/theme-compatibility-1-7
 /template-hierarchy/

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8145#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list