Title: Footer test alignment
Last modified: June 5, 2019

---

# Footer test alignment

 *  [vshalgupta92](https://wordpress.org/support/users/vshalgupta92/)
 * (@vshalgupta92)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/footer-test-alignment/)
 * Hello,
    The photo attached in the topic shows how my footer column 1 text is 
   not in line. Right part has A- Email sign and phone sign. I want it to be same
   as my desktop view, ie. A-/A.. SHALL BE TOGETHER STARTING FROM THE NEXT LINE.
   and email sign with the email Id and same for phone sign. I want to to be consistent
   for all the mode of view in desktop tablet and in mobile.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffooter-test-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Sabina – ThemeGrill Support](https://wordpress.org/support/users/saudensabina/)
 * (@saudensabina)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/footer-test-alignment/#post-11610454)
 * Hey,
 * Go to your **Dashboard > Appearance > Customize > Additional CSS**
    Add this 
   to the Additional CSS:
 *     ```
       #top-footer .textwidget {
         width: 85%;
       }
       ```
   
 * Good Day,
    Best Regards.
 *  Thread Starter [vshalgupta92](https://wordpress.org/support/users/vshalgupta92/)
 * (@vshalgupta92)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/footer-test-alignment/#post-11610472)
 * Hey sabina, I want this to be in line only in mobile view. In desktop view it
   is okay. I want to to be changed only in mobile view.
 *  [Sabina – ThemeGrill Support](https://wordpress.org/support/users/saudensabina/)
 * (@saudensabina)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/footer-test-alignment/#post-11614155)
 * Hey,
 * For only mobile view, please add this replacing the above code.
 *     ```
       @media (max-width: 480px){
         #top-footer .textwidget {
         width: 85%;
         }
       } 
       ```
   
 * Good Day,
    Best Regards.

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

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

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Sabina – ThemeGrill Support](https://wordpress.org/support/users/saudensabina/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/footer-test-alignment/#post-11614155)
 * Status: not resolved