Center Header Logo
-
Any idea how to center my header logo? I am having trouble identifying in the code:
https://morpd.com<header id=”main-header” data-height-onload=”<?php echo esc_attr( et_get_option( ‘menu_height’, ’66’ ) ); ?>”>
<div class=”container clearfix et_menu_container”>
<?php $logo = ( $user_logo = et_get_option( ‘divi_logo’ ) ) && ” != $user_logo? $user_logo: $template_directory_uri . ‘/images/logo.png’;?>
<div class=”logo_container”>
<span class=”logo_helper”></span>
“>
” alt=”<?php echo esc_attr( get_bloginfo( ‘name’ ) ); ?>” id=”logo” data-height-percentage=”<?php echo esc_attr( et_get_option( ‘logo_height’, ’54’ ) ); ?>” />
</div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Center Header Logo’ is closed to new replies.