Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863010

    VeritasMarketing
    Participant

    when i view my page as mobile it has this weird white line over the header. can you help with this?

    #863561

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    @media (max-width: 767px){
    .x-topbar .p-info {
        background-color: transparent;
    }
    }

    Hope it helps.

    #865888

    VeritasMarketing
    Participant

    That Worked thank you

    #866249

    Jade
    Moderator

    You’re welcome!