Title: Responsive footer alignment
Last modified: January 11, 2021

---

# Responsive footer alignment

 *  Resolved [chriswebguy](https://wordpress.org/support/users/chriswebguy/)
 * (@chriswebguy)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/responsive-footer-alignment/)
 * Hi,
 * I am trying to center align the footer text and image when it switches to tablet
   and mobile views. I want to keep the footer left align at a desktop view and 
   then when it’s responsive to smaller views, I would like to center align the 
   widgets, text and image
 * Also, is there a way to enlarge the text a bit in the footer when it switches
   to tablet and mobile views? The size is fine for the desktop view, but looks 
   small on mobile view.
 * Thanks!
 * sparkselectric.ca
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-footer-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Ashesh Magar](https://wordpress.org/support/users/asheshmagar/)
 * (@asheshmagar)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/responsive-footer-alignment/#post-13890997)
 * Hi [@chriswebguy](https://wordpress.org/support/users/chriswebguy/),
 * Can you try adding this custom CSS in the additional CSS box and test:
 *     ```
       @media (max-width: 768px) {
           .tg-footer-widget-area .widget {
               text-align: center;
           }
   
           .tg-site-footer .tg-site-footer-widgets ul li a {
               font-size: 18px;
           }
       }
       ```
   
 * REF: [https://docs.zakratheme.com/en/article/how-to-add-custom-css-1tz5vyt/](https://docs.zakratheme.com/en/article/how-to-add-custom-css-1tz5vyt/)
 * Sincerely,
    ThemeGrill Support
 *  Thread Starter [chriswebguy](https://wordpress.org/support/users/chriswebguy/)
 * (@chriswebguy)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/responsive-footer-alignment/#post-13894606)
 * Thank you! It works well. The support from your team as been great so far.
 *  [Ashesh Magar](https://wordpress.org/support/users/asheshmagar/)
 * (@asheshmagar)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/responsive-footer-alignment/#post-13895310)
 * Glad we could help. DO let us know for further queries later.

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

The topic ‘Responsive footer alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zakra/4.2.1/screenshot.jpg)
 * Zakra
 * [Support Threads](https://wordpress.org/support/theme/zakra/)
 * [Active Topics](https://wordpress.org/support/theme/zakra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zakra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zakra/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ashesh Magar](https://wordpress.org/support/users/asheshmagar/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/responsive-footer-alignment/#post-13895310)
 * Status: resolved