#3004 closed enhancement (fixed)
Move footer site generator info out of widget area
| Reported by: | modemlooper | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Templates | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Maybe this widget footer area should not even show unless a widget is installed?
is_active_sidebar()