• hi. i am currently having problem to resize my website logo . i would like to make it longer but nothing works. please help me
    my website is : https://athanmedia.com
    this is my code

    '<body <?php body_class(); ?>>
        <!-- ======================================================================
                                            START HEADER
        ======================================================================= -->
        <div class="header">
            <div class="container">
                <div class="row">
                    <div class="col-md-4">
                        <div class="logo">
    
                           <a>"><?php if  ( file_exists( TEMPLATEPATH . '/images/YOURIMAGEFILEHERE' ) ) { ?>
      </a><a>"><img src="<?php bloginfo('template_url'); ?>/images/YOURIMAGEFILEHERE" alt="<?php theme_logo(); ?>" /></a>
      <?php } else { ?>
      <h1><a>"><?php theme_logo(); ?>
                               </a></h1>
    <? } ?>'

    i used the theme logo plugin to insert the logo. thank you

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to resize the website logo’ is closed to new replies.