Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2781086
Overlay Problem From mobile view to maximized
Closed

Comments

  • Ozan started the conversation

    Overlay is not hidden when browser maximized


    3065901685.png

    6572061001.png
  •  2,495
    PenciDesign replied

    Hi,

    This is not a bug, this is a feature. If you want to disable these features, please add this CSS code by going to Appearance > Customize > Custom CSS, then paste:

    @media only screen and (min-width: 961px;) {
        .penci-menu-hbg-overlay, #close-sidebar-nav {
            display: none;
        }
    }
    Publish & reload your site.

    Best Regards,
    PenciDesign.

  • Ozan replied

    Thanks