January 13, 2019 at 00:59
#216467
Kieran_SQ
Moderator
Hi,
To override the default behaviour please add the below custom CSS to your KLEO Child style.css via WP Admin > Appearance > Editor > KLEO Child > Style.css
COPY CODE
@media(max-width:991px) {
div#header {
position: fixed;
top: 0;
width: 100%;
z-index: 2;
}
#main {
margin-top: 88px;
}
}
Make sure to purge your WordPress, server and browser/device cache to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.