[Resolved] Pixel > A logo in the upper right corner appears when you minimize the window

Home Forums Support [Resolved] Pixel > A logo in the upper right corner appears when you minimize the window

Home Forums Support Pixel > A logo in the upper right corner appears when you minimize the window

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1276319
    Gael

    Hello !

    I’m using the Pixel Site library.

    In the frontpage there is still a logo in the upper right when you minimize the window.

    The frontpage is a page
    And i desactivate elements : top bar, header, nav bar, feature image.

    I’m using a Element to add a Header to the Frontpage.
    And i desactivate also the logo in the element section.

    For the other pages, i need the logo and the nav bar.

    Thank’s for your reply !

    #1276643
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
        .home .mobile-header-logo {
            display: none !important;
        }
    }
    #1277475
    Gael

    Thank’s !

    #1277654
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.