Title: Whitespace Issues
Last modified: November 28, 2016

---

# Whitespace Issues

 *  Resolved [mattjj](https://wordpress.org/support/users/mattjj/)
 * (@mattjj)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/whitespace-issues/)
 * Site is [http://melfortmusicfestival.skplaces.com/](http://melfortmusicfestival.skplaces.com/)
 * Your support is amazing.
 * I have 2 more issues:
 * 1. On the homepage on my iphone, there is a bunch of whitespace just below the
   images, before the service section. How can I remove this?
 * 2. On pages, such as [http://melfortmusicfestival.skplaces.com/classes-of-competition/](http://melfortmusicfestival.skplaces.com/classes-of-competition/)
   on my laptop, there is a large gap between the menu & the page title. How can
   I remove this?
 * Thanks again for your great theme & support!

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/whitespace-issues/#post-8487243)
 * 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:768px){
       .carousel .carousel-inner {
           height: 690px !important;
       }
       }
       @media (min-width:1200px){
       .enigma_header_breadcrum_title {
           padding-top: 110px !important;
       }
       }
       ```
   
 * Thanks.
    -  This reply was modified 9 years, 5 months ago by [weblizar_support](https://wordpress.org/support/users/weblizar_support/).
 *  Thread Starter [mattjj](https://wordpress.org/support/users/mattjj/)
 * (@mattjj)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/whitespace-issues/#post-8488334)
 * Thank you so much.
 * That solved my second issue perfectly.
 * The first issue, though, of whitespace below the theme slider on my iphone still
   remains.
 *  Thread Starter [mattjj](https://wordpress.org/support/users/mattjj/)
 * (@mattjj)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/whitespace-issues/#post-8488344)
 * Not sure if this issue is connected or not, but the < & > on the sides of the
   slider have no effect when I click them, & they show up in the whitespace below
   the slider on my iphone.
 * Thanks,
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/whitespace-issues/#post-8491864)
 * hii
 * for your whitespace issue-
 * you have to remove the CSS which we have shown in below image –
 * ![image](https://i0.wp.com/s16.postimg.org/5upibkgmd/image.jpg?ssl=1)
 * and add new CSS
 *  go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general
   Options.
 * Now, copy below code and paste into Custom CSS.
 *     ```
       @media (min-width: 1200px){
       .carousel .carousel-inner {
            height: 860px !important;
       }
       }
   
       @media (max-width: 768px){
       .carousel .carousel-inner {
           height: auto !important;
       }
       }
       ```
   
 * your slider image will look like this after adding this CSS
 * ![image2](https://i0.wp.com/s12.postimg.org/ph52yquwt/image2.jpg?ssl=1)
 * and for the < & > issue-
 * Please deactivate all your unused plugins.
 *  [melfortmusic](https://wordpress.org/support/users/melfortmusic/)
 * (@melfortmusic)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/whitespace-issues/#post-8494112)
 * I believe I did everything you asked, and it still did not fix the iPhone issue
 *  [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/whitespace-issues/#post-8496413)
 * Hello,
 * Please contact us on my pm that is ” lizarweb (at) gmail (dot) com ”
 * Thanks

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

The topic ‘Whitespace Issues’ is closed to new replies.

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

 * 6 replies
 * 4 participants
 * Last reply from: [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/whitespace-issues/#post-8496413)
 * Status: resolved