Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivirenremoto/756709c6aee5638124ab07c63f16dacc to your computer and use it in GitHub Desktop.
Save vivirenremoto/756709c6aee5638124ab07c63f16dacc to your computer and use it in GitHub Desktop.
no fixed header ohmy theme
<?php
// no fijar cabecera
if( $main_header_position_finale == 'nk-fixed-top' ) $main_header_position_finale = '';
?>
<style>
@media only screen and (min-width: 1025px){
body.nk-fixed-menu:not(.header-transparent) {
padding-top: 0 !important;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment