[wp-meta] [Making WordPress.org] #235: Make WordPress.org Footer Responsive

Making WordPress.org noreply at wordpress.org
Sun Jun 29 21:16:15 UTC 2014


#235: Make WordPress.org Footer Responsive
---------------------------+----------------------
  Reporter:  samuelsidler  |      Owner:
      Type:  enhancement   |     Status:  new
  Priority:  normal        |  Component:  General
Resolution:                |   Keywords:  needs-ui
---------------------------+----------------------

Comment (by webvisuals):

 An enhancement to G_Liu solution so that the footer aligns center and is
 more balanced over the "Code is Poetry" graphic is to add text-
 align:center; to the wrapper and text-align:left; to the UL

 Something akin to this.

 #wporg-footer .wrapper  {
   max-width: 952px;
   text-align:center;
 }

 #wporg-footer ul {
   float:none;
   display: inline-block;
   vertical-align: top;
   text-align:left;
 }

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


More information about the wp-meta mailing list