Home › Forums › Jevelin Theme › Mobile screen: Logo and menu over Notice
Home › Forums › Jevelin Theme › Mobile screen: Logo and menu over Notice
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
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
Thanks a lot. It worked well.
You are most welcome here 🙂