Title: Justify top header
Last modified: September 30, 2020

---

# Justify top header

 *  Resolved [nvlctur](https://wordpress.org/support/users/nvlctur/)
 * (@nvlctur)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/justify-top-header/)
 * Hi there
 * I had a question from my client – the top header…we have text on left side and
   social icons on the right.
 * This shows left and right on desktop. On the mobile however, they are stacked
   and centered. Is there a way to have them still show on the left and right like
   on the desktop?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjustify-top-header%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/justify-top-header/#post-13480121)
 * Hello [@nvlctur](https://wordpress.org/support/users/nvlctur/)
    Thank you for
   using our theme.
 * Go to Appearance > Customize > Additional CSS and add following CSS;
 *     ```
       @media only screen and (max-width: 479px){
       .top-header-wrap {
           display: flex !important;
       }
       }
       ```
   
 * Thank You
 *  Thread Starter [nvlctur](https://wordpress.org/support/users/nvlctur/)
 * (@nvlctur)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/justify-top-header/#post-13482625)
 * That worked thank you.
 * On the same topic but regarding my footer – I have 3 footer widget areas. The
   middle one I have a bunch of text. How can I centre that text?
 * Also, the image I have in the fist footer, how can I centre that?
 *  Thread Starter [nvlctur](https://wordpress.org/support/users/nvlctur/)
 * (@nvlctur)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/justify-top-header/#post-13492285)
 * Anyone?
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/justify-top-header/#post-13496185)
 * Hello [@nvlctur](https://wordpress.org/support/users/nvlctur/)
    Go to Appearance
   > Customize > Additional CSS and add following CSS;
 *     ```
       @media only screen and (max-width: 479px){.site-footer .widget-area{
           text-align: center;
       }}
       ```
   
 * Thank You
 *  Thread Starter [nvlctur](https://wordpress.org/support/users/nvlctur/)
 * (@nvlctur)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/justify-top-header/#post-13496569)
 * Thanks that worked great!

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

The topic ‘Justify top header’ is closed to new replies.

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

## Tags

 * [top header](https://wordpress.org/support/topic-tag/top-header/)

 * 5 replies
 * 2 participants
 * Last reply from: [nvlctur](https://wordpress.org/support/users/nvlctur/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/justify-top-header/#post-13496569)
 * Status: resolved