Title: Mobile view alignment
Last modified: July 14, 2020

---

# Mobile view alignment

 *  Resolved [gokh](https://wordpress.org/support/users/gokh/)
 * (@gokh)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-alignment/)
 * Hi,
 * Is it possible to align only in mobile view?
    Top bar social icons and Logo
 * [https://prnt.sc/thvs6h](https://prnt.sc/thvs6h)
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-view-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [terrathemes](https://wordpress.org/support/users/terrathemes/)
 * (@terrathemes)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-alignment/#post-13124937)
 * Hi,
 * please try this CSS:
 *     ```
       @media only screen and (max-width: 767px) {
         .topbar .social-nav ul {
           padding-left: 0;
         }
         .topbar .social-nav ul li:first-child {
           padding-left: 0;
         }
       }
       ```
   
 *  Thread Starter [gokh](https://wordpress.org/support/users/gokh/)
 * (@gokh)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-alignment/#post-13126054)
 * Hi,
 * Yes, okay social icons.
    Logo alignment 1 line alignment?
 * Thank you
 *  Theme Author [terrathemes](https://wordpress.org/support/users/terrathemes/)
 * (@terrathemes)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-alignment/#post-13128240)
 * You have two CSS rules in a media query for (min-width: 480px) that you just 
   have to use for smaller screens too:
 *     ```
       .custom-logo-link {
       	float: left;
       }
       .custom-logo-text {
       	float: left;
       	margin-left: 20px;
       	padding-top: 10px;
       }
       ```
   
    -  This reply was modified 5 years, 10 months ago by [terrathemes](https://wordpress.org/support/users/terrathemes/).
 *  Thread Starter [gokh](https://wordpress.org/support/users/gokh/)
 * (@gokh)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-alignment/#post-13128301)
 * Hi,
 * Yeah, I got it good.
 * Thank you so much..

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

The topic ‘Mobile view alignment’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [gokh](https://wordpress.org/support/users/gokh/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-view-alignment/#post-13128301)
 * Status: resolved