-
Author
-
March 2, 2016 at 16:01 #108004RafVinParticipant
Good evening, I would like to question.
How do I make the menu sticky?
I tried to put the css specified in these posts (https://archived.seventhqueen.com/forums/topic/sticky-menu-cover-page-title
https://archived.seventhqueen.com/forums/topic/sticky-menu-mobile-padding
https://archived.seventhqueen.com/forums/topic/sticky-mobile-menu)
but without success.
How can I do?
Thanks so much.
March 2, 2016 at 19:39 #108079RaduModeratorDo you have solved the issue ?
I see your header is sticky
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 2, 2016 at 19:51 #108081RafVinParticipantThank you for answering.
Desktop works, mobile no.
Thank you.
March 3, 2016 at 17:50 #108304RaduModeratorPlease add this css to wp-admin -> theme options -> quick css
COPY CODE@media (max-width: 990px) { div#header { position:fixed; width:100%;!important; display: inline-block; z-index:99 !important; height: 100px; } div#main { margin-top:90px; } }
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 4, 2016 at 13:27 #108476RafVinParticipantThank you for answering.
It works great, but there is a display error.
There is an excess in the menu (see screen).Thank you.
Attachments:
You must be logged in to view attached files.March 4, 2016 at 17:48 #108607RaduModeratorYour site displays some error, i’ve tried now to adjust the menu but it shows an error, please resolve it and let me know, it seems that is caused by some security plugin
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.