White gap between the slider bar and header

Discussion in 'StartPoint Business One Page WordPress Theme' started by mikerushuk, Aug 19, 2018.

  1. mikerushuk

    mikerushuk New Member

    Joined:
    Sep 4, 2016
    Messages:
    7
    Likes Received:
    0
    Hi,

    I hope you can fix an issue with my site. I updated the theme to Startpoint 1.2 and I am not sure if this is the latest version.

    For some reason when I resize the window from desktop to mobile it changes from Black background to pink?

    I also have this annoying white gap that is is between the slider and header. Can this be fixed in anyway?

    Many thanks.

    Mike
     

    Attached Files:

  2. mikerushuk

    mikerushuk New Member

    Joined:
    Sep 4, 2016
    Messages:
    7
    Likes Received:
    0
  3. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media (max-width: 767px){
    .mean-container .mean-bar {
        margin-bottom: 0px;
    }
    }
    .menu-wrapper-bg {
        background: #2e2d26;
    }
    div#page {
        margin-top: 0px;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  4. mikerushuk

    mikerushuk New Member

    Joined:
    Sep 4, 2016
    Messages:
    7
    Likes Received:
    0
    Hi Akbar,

    Thanks, the colour issue is corrected but I still have a gap. I've sent an email to the support inbox.

    Would you mind taking a look.

    Thanks,

    Mike
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    We have successfully received your credentials and is being forwarded to our developers, we will get back to you with a positive response ASAP.

    Your patience will be highly appreciated,

    Warm Regards!
    Akbar
    InkThemes.com
     

Share This Page