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 #2172124
PenNews: Site header overlaps admin functions in mobile site
Closed

Comments

  •  1
    ICEknigh7 started the conversation

    When browsing the mobile site, the site's header overlaps the Wordpress menus, which makes them inoperable (see attached screenshot).

  •  501
    Penci replied

    Hi,

    I check on your site and i saw it work fine  as screenshot https://prnt.sc/peg9ie

    Please tell me about width of screen on screenshot 

    Best Regards,

    PenciDesign

  •  1
    ICEknigh7 replied

    You have to open the admin menus to see how they go behind the site header, see attached screenshot.

  •  501
    Penci replied

    Hi,

    Thank you for your all feedback.

    I add custom css to style.css on child theme to fix the issue.

    #wpadminbar {
        z-index: 999999;
    }

    https://prnt.sc/pew3ms

    Please check it again.

    Best Regards,

    PenciDesign

  •  1
    ICEknigh7 replied

    I'm not sure if the Wordpress admin bar is something that should be altered with CSS (it may have a different id in future wordpress updates) but I guess that fixes it for now.