Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter BibiFayruz

    (@bibifayruz)

    So, this is what I get as HTML when I type CTRL-U on my testing page about the logo:

    <a id="logo" href="http://localhost/wordpress/wordpress/"><img alt="Site logo" src="http://localhost/wordpress/wordpress/wp-content/uploads/2013/09/HashtagHijabLogoPS2-e1379176691897.png"></a>
    
        </div>

    And this is what’s in my header.php:

    <header id="site-header" class="container">           
    
    	        <?php get_logo_and_search(); ?>
    
    			<?php get_menu(); ?>
    
    	      </header>

    And my CSS-part of the “logo and search”:

    #logo-and-search{*zoom:1;}#logo-and-search:before,#logo-and-search:after{display:table;content:"";line-height:0;}
    #logo-and-search:after{clear:both;}
    #logo-and-search:before,#logo-and-search:after{display:table;content:"";line-height:0;}
    #logo-and-search:after{clear:both;}
    #logo{display:block;float:left;*zoom:1;margin:0 0 35px 0;}#logo:before,#logo:after{display:table;content:"";line-height:0;}
    #logo:after{clear:both;}
    #logo:before,#logo:after{display:table;content:"";line-height:0;}
    #logo:after{clear:both;}
    @media (max-width:979px) and (min-width:768px){#logo{float:none;text-align:center;margin:60px 0 45px 0;}}

    [Moderator Note: No bumping. If it’s that urgent, consider hiring someone.]

    Thread Starter BibiFayruz

    (@bibifayruz)

    Ok, seems like I’m the only genius around here as I solved it on my own. Thanks anyway. Salam 3laykum.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Different logo on one page’ is closed to new replies.