Title: Mobile CSS layout issue
Last modified: August 30, 2016

---

# Mobile CSS layout issue

 *  Resolved [dohertyjf](https://wordpress.org/support/users/dohertyjf/)
 * (@dohertyjf)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-css-layout-issue/)
 * Hi all –
 * Hoping to get some help with my site on a mobile CSS layout issue I’ve been fighting
   but can’t quite seem to conquer.
 * Site: hiregun.co
    Deeper page: hiregun.co/seo-consultants/ Theme: Vertex from
   Elegant Themes (bit customized)
 * When you go to the homepage and scroll down, you see the top navigation change.
   
   When you go to the /seo-consultants/ page and scroll down, the top navigation
   changes as well but it’s formatted differently. I can’t figure out why or where
   that is coming from or how I’d make it format like the homepage.
 * Any help?
 * [https://wordpress.org/plugins/css/](https://wordpress.org/plugins/css/)

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

 *  [Patrick Coombe](https://wordpress.org/support/users/patrickfl/)
 * (@patrickfl)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-css-layout-issue/#post-6720742)
 * If Peter can’t do it, no one can 😉
 *  Thread Starter [dohertyjf](https://wordpress.org/support/users/dohertyjf/)
 * (@dohertyjf)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-css-layout-issue/#post-6720759)
 * Sorry, links if it’s helful.
 * [hiregun.co](http://hiregun.co) (I like this mobile nav layout when you scroll)
   
   [hiregun.com/seo-consultants/](http://hiregun.co/seo-consultants/) (formatting
   issues, want it like the homepage)
 *  Thread Starter [dohertyjf](https://wordpress.org/support/users/dohertyjf/)
 * (@dohertyjf)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-css-layout-issue/#post-6720802)
 * This is fixed mostly for me. I had to declare another class within CSS to make
   it work correctly.
 * Originally it was this:
 *  `#et-logo { float: none; margin-bottom: 20; } */
    body.home #et-logo { float:
   left; margin-bottom`: 0; }`
 * Now it’s this:
 *  `#top-menu.et-fixed #et-logo { float: left; }
    body.home #et-logo { float: left;
   margin-bottom: 0; }`

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

The topic ‘Mobile CSS layout issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/css.svg)
 * [CSS](https://wordpress.org/plugins/css/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/css/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/css/)
 * [Active Topics](https://wordpress.org/support/plugin/css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/css/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [dohertyjf](https://wordpress.org/support/users/dohertyjf/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/mobile-css-layout-issue/#post-6720802)
 * Status: resolved