[wp-meta] [Making WordPress.org] #3855: Centering Meetup Organizer's badge

Making WordPress.org noreply at wordpress.org
Wed Oct 3 14:02:00 UTC 2018


#3855: Centering Meetup Organizer's badge
-------------------------+---------------------
 Reporter:  nukaga       |       Owner:  (none)
     Type:  defect       |      Status:  new
 Priority:  normal       |   Milestone:
Component:  Profiles     |  Resolution:
 Keywords:  needs-patch  |
-------------------------+---------------------

Comment (by kurokoroll):

 If it were me, I would do it like this.

 {{{
 div#item-header #user-badges li div.dashicons:before{
   position: absolute;
  top: 50%;
  left: 50%;
  transform:
 translate(-50%,-50%);
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3855#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list