Title: White space
Last modified: November 9, 2016

---

# White space

 *  [bjbaron](https://wordpress.org/support/users/bjbaron/)
 * (@bjbaron)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/white-space-34/)
 * I have too much white space at the top of my [mobile home page](http://boynton.iwakiaquatic.com).
   Is there anyway of putting the nav menu icon on the header instead of below it?

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/white-space-34/#post-8418061)
 * Hello,
 * Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme
   general Options.
 * Now, copy below code and paste into Custom CSS.
 *     ```
       @media(max-width:480px){
       .navbar-default {
           margin-bottom: 0 !important;
       }
       .enigma_blog_wrapper {
           margin-top: 0 !important;
       }
       .enigma_blog_full {
           margin-top: 0 !important;
       }
       .fl-row-content-wrap {
           padding: 0 !important;
       }
       .fl-node-57ff7046f0721 > .fl-module-content {
           display: none !important;
       }
       .fl-node-5735bbcd7a2da > .fl-col-content {
           padding-top: 0 !important;
       }
       }
       ```
   
 * Thanks.
 *  Thread Starter [bjbaron](https://wordpress.org/support/users/bjbaron/)
 * (@bjbaron)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/white-space-34/#post-8419250)
 * That helped, thank you very much. Can I get the search box to center on the mobile
   version and take out the blue space above the logo so it’s tighter? Is it possible
   to pay someone there to login to make changes?
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/white-space-34/#post-8422292)
 * Hello,
 * Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme
   general Options.
 * Now, copy below code and paste into Custom CSS.
 *     ```
       @media (max-width: 480px){
       .input-group {
           margin-left: 90px !important;
           margin-right: 90px !important
       }
       .header_section {
           background-color: #fff !important;
       }
       }
       ```
   
 * and contact us [Here](https://weblizar.com/contact/)
 * Let us know for further query.
    -  This reply was modified 9 years, 6 months ago by [weblizar_support](https://wordpress.org/support/users/weblizar_support/).

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

The topic ‘White space’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/white-space-34/#post-8422292)
 * Status: not resolved