? php wp_head (); ? = FIX when scrolling in wordpress?

-1

Hello everyone, I want to know how I can make my menu stay fixed when scrolling the browser, regardless of the theme I'm using, until I'm using a Customify free theme and I've seen that it does not give me that possibility , only the pro version and wanted to do this via msm code.

    
asked by anonymous 14.08.2018 / 22:36

1 answer

0

try going to your wp CSS editor, and add the following code:

.site-header{
position:fixed;
}
    
19.08.2018 / 22:19