Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Forum: Fixing WordPress
    In reply to: Header Alignment
    Thread Starter writimagination

    (@writimagination)

    That’s probably what I’ll end up doing for now but but I’m not giving up on studying CSS and how wordpress works. I want to figure out the code well enough that I can create whatever I want. I guess that will just take time…

    Forum: Fixing WordPress
    In reply to: Header Alignment
    Thread Starter writimagination

    (@writimagination)

    I seem to have this issue no matter what theme I use. I tried a few others. I may just have to redesign my header image a bit so it’s width is smaller. I really wish I knew what was going on code-wise so I wouldn’t be so limited on my design.

    Forum: Fixing WordPress
    In reply to: Header Alignment
    Thread Starter writimagination

    (@writimagination)

    I’m not sure what gaps you are referring to.

    Maybe I will shop around a bit for another theme. I initially had been working with a theme other than the default but I just checked and it just happens to be based on Kubrick. Go figure.

    Forum: Fixing WordPress
    In reply to: Header Alignment
    Thread Starter writimagination

    (@writimagination)

    No that’s the problem I think. I suppose I should have addressed that. That’s something I’m trying to learn, what constrains the size of the images you use. I thought that it was merely the height and width in the structure section of the css stylesheet but apparently I was wrong. Changing the height doesn’t seem to mess anything up but the width does.

    I don’t even know how to go about building a wordpress of my own design without first building on an existing theme.

    Forum: Fixing WordPress
    In reply to: Header Alignment
    Thread Starter writimagination

    (@writimagination)

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">

    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <style type="text/css" media="screen">

    <?php
    // Checks to see whether it needs a sidebar or not
    if ( !$withcomments && !is_single() ) {
    ?>
    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/bg.jpg") repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/bg.jpg") repeat-y top; border: none; }
    <?php } ?>

    </style>

    <?php wp_head(); ?>
    </head>
    <body>
    <div id="page">

    <div id="header">
    <div id="headerimg">
    <h1>/"><?php bloginfo('name'); ?></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>
    </div>
    <hr />

    That’s my header.php code. No sign of head or body tags. Well, except for the head profile one. I’m working off of the default Kubrick theme.

    Forum: Fixing WordPress
    In reply to: Header Alignment
    Thread Starter writimagination

    (@writimagination)

    I totally forgot to check it in other browsers. I was using Firefox. The only other browser I have on here right now is IE or I would have checked others, but IE wigs out in a completely different way. Header and body line up but the body text and footer jut left. Blast.

    Forum: Fixing WordPress
    In reply to: Header Alignment
    Thread Starter writimagination

    (@writimagination)

    Yeah man, I have no idea. I don’t get it.

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