Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Play around with CSS’ Background Position, assuming you’re using a background image in the header.

    Thread Starter Acetrouble

    (@acetrouble)

    Thank you! That has really helped!

    One more thing, though: I now have this large header graphic (I didn’t split the images) and by default it features a “Home” link. I would like to map the image so only the font logo (joshua-salewski.com) links to home (see: joshua-salewski.com)

    The image map code looks like this:

    <img src="/images/logo.png" usemap="#Map" />
    <map name="Map" id="Map">
    <area shape="rect" coords="480,11,903,74"
    href="https://www.joshua-salewski.com/wpress_314_engl" title="Home" />

    I somehow have to insert into my theme’s header.php, but I don’t know how exactly.

    <a href="<?php echo home_url(); ?>/" title="Home">
    
    <img src="<?php echo get_stylesheet_directory_uri(); ?>
    /images/logo.png" width="1920" height="135" border="0" />
    
    </a>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unstandard: How to make full-width custom header graphic?’ is closed to new replies.