Title: Footer text problem
Last modified: August 20, 2016

---

# Footer text problem

 *  Resolved [below7](https://wordpress.org/support/users/below7/)
 * (@below7)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/footer-text-problem-1/)
 * [http://blackpowdermuzzleloading.com/](http://blackpowdermuzzleloading.com/)
 * I am adding additional text into the footer. I want it to appear as one line 
   across the entire footer width. Currently however, the footer wants to stack 
   the text on the left side. How do I change this?

Viewing 1 replies (of 1 total)

 *  Theme Author [Slobodan Manic](https://wordpress.org/support/users/slobodanmanic/)
 * (@slobodanmanic)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/footer-text-problem-1/#post-3556644)
 * Hi,
 * It’s not possible to make that change through theme options, you’d have to write
   some custom CSS to make that happen. Something like this should help:
 *     ```
       #colophon #footer-nav .footer-navigation,
       #colophon #footer-nav #footer-credits {
       	float: none;
       	width: 100%;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Footer text problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cazuela/1.0.3/screenshot.png)
 * Cazuela
 * [Support Threads](https://wordpress.org/support/theme/cazuela/)
 * [Active Topics](https://wordpress.org/support/theme/cazuela/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cazuela/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cazuela/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Slobodan Manic](https://wordpress.org/support/users/slobodanmanic/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/footer-text-problem-1/#post-3556644)
 * Status: resolved