#3004 closed enhancement (fixed)
Move footer site generator info out of widget area
Reported by: | modemlooper | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Templates | Keywords: | |
Cc: |
Description
Looks weird and I can guarantee you every theme dev will move it.
css change: change #footer to #footer-widgets
#footer-widgets {
margin-bottom: 20px;
padding: 19px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: #fff;
}
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Maybe this widget footer area should not even show unless a widget is installed?
is_active_sidebar()