In my Facebook group a user asked,
Hey there. Sridhar I am wondering if you may be able to suggest how to move the logo on the Glam theme and reposition the menu underneath the "social" section as shown in these before and after pictures. Thank you for any help!
We can
- remove primary nav
- relocate site header from its default position to above the site container
- set up inline logo
- drag text and custom menu widgets into Header Right widget area
in Glam Pro so it looks like:
Step 1
Edit functions.php.
a) Comment out
add_theme_support( 'custom-header', array(
'width' => 900,
'height' => 400,
'flex-width' => false,
'flex-height' => false,
'header-selector' => '.site-title a',
'header-text' => false,
) );
b) Comment out or delete
add_action( 'genesis_before', 'genesis_do_nav' );
c) Add
To view the full content, please sign up for the membership.
Already a member? Log in below or here.