• jimlynch

    (@jimlynch)


    Good morning all,

    I am having a problem with WordPress insisting on wrapping the title of my blog onto another line instead of displaying it in one line.

    Here is the blog:

    https://www.jimlynch.com/blog

    I can’t quite seem to get it to have “Jim Lynch: Off the Top of My Head” on one line.

    I’m sure there’s something very basic I’m missing here but it’s a sunday morning and I’ve only had a little bit of coffee. Heh. Any ideas on how to stop it from wrapping the title onto a second line?

    Here’s the code from my header.php file:

    <!-- header START -->
    	<div id="header"><meta http-equiv="refresh" content="300">
    		<div class="content"><center><script  src="https://tag.contextweb.com/TagPublish/getjs.aspx?action=VIEWAD&cwrun=200&cwadformat=728X90&cwpid=510642&cwwidth=728&cwheight=90&cwpnet=1&cwtagid=42331"></script></center>
    			<div id="title"><img src="https://jimlynch.com/images2/jimsmall.jpg" class="alignleft" >
    
    <h1><a>/"><?php bloginfo('name'); ?></a></h1>
    				<div id="tagline"><?php bloginfo('description'); ?></div>
    			</div>
    			<div class="clear"></div>
    		</div>
Viewing 8 replies - 1 through 8 (of 8 total)
  • Saurus

    (@saurus)

    It’s on one line for me.

    Thread Starter jimlynch

    (@jimlynch)

    I’m seeing it in Firefox. I wonder if it’s appearing different there. Are you seeing it in IE?

    iridiax

    (@iridiax)

    Your h1 tag is a mess. Change it to:

    <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>

    Or:

    <h1><?php bloginfo('name'); ?></h1>

    Thread Starter jimlynch

    (@jimlynch)

    Yep, it must be a Firefox thing, I checked it in IE and it looks fine. I’ll be darned.

    Thread Starter jimlynch

    (@jimlynch)

    Thanks, Iridiax. I changed it but it doesn’t seem to have changed it in Firefox.

    Thanks for the cleanup though. Not sure what it fixed but if it’s better I’ll go with it. ??

    Thread Starter jimlynch

    (@jimlynch)

    I think I will try to have a banner made. If it was all one graphic I think that would probably fix the whole thing. Let me know if you guys know somebody who can make a banner.

    Saurus

    (@saurus)

    I’m seeing it in Firefox. I wonder if it’s appearing different there. Areyou seeing it in IE?

    Nope – using FF2 it’s fine.

    Saurus

    (@saurus)

    I think I will try to have a banner made. If it was all one graphic I think that would probably fix the whole thing. Let me know if you guys know somebody who can make a banner.

    Couple of places you might want to check out before paying to have one made…
    https://www.bannercreator.nu/banner-maker.html
    https://www.mybannermaker.com/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Stop WordPress from wrapping the title of my blog?’ is closed to new replies.