Title: Footer Content alignment responsive
Last modified: August 31, 2016

---

# Footer Content alignment responsive

 *  [Anirudh](https://wordpress.org/support/users/anirudh1502/)
 * (@anirudh1502)
 * [10 years ago](https://wordpress.org/support/topic/footer-content-alignment-responsive/)
 * Hello,
 * I need the footer contents to be aligned to the center.
 * I tried using the following CSS:
 * .footercredits.clearfix{
    display: table; text-align: center; }
 * Please help me with this.
 * My site URL: [http://assessmentclinic.uic.edu/](http://assessmentclinic.uic.edu/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [10 years ago](https://wordpress.org/support/topic/footer-content-alignment-responsive/#post-7358272)
 * Hey,
    Try adding this to your custom css box in Theme Options > Custom CSS:
 *     ```
       .col-md-4.footercol2 {
           width: 100%;
       }
       .footercredits.clearfix {
           width: 100%;
       }
       ```
   
 * Hope that works for you!
    Hannah
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [10 years ago](https://wordpress.org/support/topic/footer-content-alignment-responsive/#post-7358307)
 *     ```
       .footernav {
           float: none;
           width: 100%;
           text-align: center;
       }
       .footernav ul {
           float: none;
           padding: 0;
       }
       .footernav ul li {
           float: none;
           display: inline-block;
       }
       ```
   
 * If you wanted your footer menu centered as well, use this CSS.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Footer Content alignment responsive’ is closed to new replies.

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

## Tags

 * [contents](https://wordpress.org/support/topic-tag/contents/)
 * [footer](https://wordpress.org/support/topic-tag/footer/)

 * 2 replies
 * 3 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/footer-content-alignment-responsive/#post-7358307)
 * Status: not resolved