Mobile screen: Logo and menu over Notice

Home Forums Jevelin Theme Mobile screen: Logo and menu over Notice

Home Forums Jevelin Theme Mobile screen: Logo and menu over Notice

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • sachcontrol
    Participant

    Hello,

     

    in the mobile view the notice is in a lower layer than the logo and the menu (see screenshot).

     

    I have already tried this in the custom css:

     

    .sh-page-notice {
    z-index:10000;
    }

     

    but it didn’t help. Can you please suggest another fix?

     

    Thank you and best regards

    Stefan

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Stefan,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-page-notice {
        position: relative;
        z-index: 99999;
    }

     

    Best regards,
    Shufflehound team

     

     

    sachcontrol
    Participant

    Thanks a lot. It worked well.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)