Remove logo from top bar and center menu items
HI,
For one of my sites I need a menu bar without a logo and the menu items centered in it.
I was able to comment out the div that shows the logo in the file header-top-area.php (right after the <!-- .logo --> comment in the file) But I spent 2 hours trying to get to center the menu in the remainging space instead of being aligned left or right. But I had no success.
Can you point me toward a solution?
Comments
please send us link to page where you would like to center menu items first and we will see if it's possible.
">
<?php
// Logo | Options
$logo_options = mfn_opts_get( 'logo-link' ) ? mfn_opts_get( 'logo-link' ) : false;
$logo_before = $logo_after = '';
... up to...
echo '<img class="logo-main scale-with-grid'. $class .'" src="'. $logo_src .'" alt="'. mfn_get_attachment_data( $logo_src, 'alt' ) .'" '. $width .'/>';
echo '';
echo ''; } echo $logo_after; ?>