Startpoint theme issue | White gap | Slider 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
     

Share This Page