Problems on content pages when removing grey header at homepage

Discussion in 'RoadFighter WordPress Theme' started by pkoekenbier, Nov 23, 2015.

  1. pkoekenbier

    pkoekenbier New Member

    Joined:
    May 8, 2015
    Messages:
    13
    Likes Received:
    0
    Hello.
    I wanted to remove the grey header on my homepage so that the slider is on top of the page. I pasted this CSS code in the Custom CSS section:

    .header_container.not_home {
    min-height: 0 !important;
    }
    @media only screen and (max-width: 480px){
    .header_container.not_home {
    min-height: 0 !important;
    }
    .home_container {
    margin-top: -270px;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header_container.not_home {
    min-height: 0 !important;
    }

    It made my home page look great, but now unfortunately my other pages have the page text starting right at the top and the menu bar is covering up part of the text. How can I fix this?
    Thanks,
    Patrick
     
  2. priya

    priya Guest

    Hello Patrik,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. pkoekenbier

    pkoekenbier New Member

    Joined:
    May 8, 2015
    Messages:
    13
    Likes Received:
    0
    Hello Priyanka,

    Thanks for your reply.
    The URL of my website is: http://nmkk.nl

    This is the screenshot of the other pages. As you can see, the text starts right at the top of the page.
    Schermafbeelding 2015-11-28 om 13.06.50.png
     
  4. priya

    priya Guest

    Hello,

    I am sorry to say, but I am unable to access your site.

    Please have a look,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page