Best Premium and Free WordPress Themes › Forums › AcmeBlogPro › Header Menu id? › Reply To: Header Menu id?
December 12, 2017 at 4:14 am
#22697
Acme Themes
Keymaster
Hello Eric,
Please use the following custom CSS to work this plugin.
.myfixedHeader {
position: fixed !important;
}
.header-wrapper .myfixedHeader .acmethemes-nav {
float: none;
max-width: 1080px;
margin: 0 auto;
}
Best Regards!
Acme Themes