Footer widget background color does not carry across page
-
While the background color of the header fills the entire width of the page, the background color (blue) of the footer widget does not. There is white space to the left and right of the widget. How can the footer background color be widened to fill the entire width of the page?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi, the following custom CSS can be used to accomplish that.
#colophon { background-color: #93B6EB; } .site-info { background-color: #FCFCFC; } -
-
- The topic ‘Footer widget background color does not carry across page’ is closed to new replies.