Okay
  Public Ticket #1485048
White Bar Above Content Container
Closed

Comments

  • Peter started the conversation

    Hi There,

    I'm starting to encounter a white bar at the top of some of my pages, below the header. It only shows up on the mobile view. What's the best way to fix this?

    Thanks!

  • Peter replied

    I was able to fix it by adding this css to the custom css section on the page in question:

    @media screen and (max-width: 1000px) {
        .container-wrap, .project-title {
             padding-top: 55px;

        }
    }

    If there is a better/cleaner way to fix this issue, please let me know.

    c:



  •  9,015
    Tahir replied

    Hey Peter,

    Try using the Force Transparency Option in "Page Header Settings" Metabox . See screenshot : http://prntscr.com/gjnyit .

    Best


    ThemeNectar Support Team