Can I change Header and Menu Space
-
Hi, I am brand new to all this, I want my header image to be above my menu/navigation bar. I have look around the web but all I can find is very different to what my theme seems to have in it’s header.php editor. I am running Lifestyle Theme, Child of Omega Themes. https://www.ladybillie.com This is all that is in my header .php editor. `<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?> <?php omega_attr( ‘body’ ); ?>>
<?php do_action( ‘omega_before’ ); ?>
<div class=”<?php echo omega_apply_atomic( ‘site_container_class’, ‘site-container’ );?>”>
<?php
do_action( ‘omega_before_header’ );
do_action( ‘omega_header’ );
do_action( ‘omega_after_header’ );
?>
<div class=”site-inner”>
<?php do_action( ‘omega_before_main’ ); ?>`
Hope I have uploaded that right? Can this be done at all? Thanks in advance!
- The topic ‘Can I change Header and Menu Space’ is closed to new replies.