Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author cats_456

    (@cats_456)

    hi, you can create a child theme (see here https://codex.ww.wp.xz.cn/Child_Themes ), copy header.php file and change the code in the it to this one

    <!-- Header -->
    
    		<div class="sg-header-area">
    			<div class="header-wrap">
    
    			<?php
    				do_action( 'sgwindow_header_image' );
    			?>
    
    			</div><!-- .header-wrap -->
    		</div><!-- .sg-header-area -->
    
    		<header id="masthead" class="site-header" role="banner">	
    
    			<?php do_action( 'sgwindow_header_top' ); ?>
    
    		</header><!-- #masthead -->
    
    		<!-- Header -->
    
    		<div class="sg-header-area">
    			<div class="header-wrap">
    
    			<?php
    				get_sidebar( 'top' );
    			?>
    
    			</div><!-- .header-wrap -->
    		</div><!-- .sg-header-area -->
    Thread Starter dragos_nedelcu

    (@dragos_nedelcu)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header higher than menu’ is closed to new replies.