Forums

Why will my post title not stay to the left? (1 post)

  1. jlyon
    Member
    Posted 1 year ago #

    I have spent all day on this and it is driving me insane!

    I am trying to figure out why the post title of the first / latest post on my blog is over to the right on my page.

    I think it has something to do with the menu but can't work ou what it is.

    Here's the site:-

    http://www.lettersunite.com/blog

    HERE IS THE HEADER.PHP

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Letters Unite | A global art initiative to raise awareness about literacy</title>
    <meta http-equiv="content-type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
    <meta name="description" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" />
    <meta name="keywords" content="" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>

    <body>
    <div id="wrapper">
    <div id="header"></div>
    <div id="menu">
    <ul id="menu">
    # home
    # add your city
    # view galleries
    # letters unite store
    # blog

    </div>

    HERE IS THE STYLE.CSS

    /*

    Theme Name: LettersUnite

    Theme URI: http://www.lettersunite.com

    Description: Clean, simple and very functional theme that works well.

    Version: 1.0

    Author: Jonathan Lyon

    Author URI: http://www.lettersunite.com

    */

    #wrapper {

    margin-left: auto;
    margin-right: auto;

    background: #ffffff;
    color: #303030;
    margin: 0 auto;
    width: 1024px;
    border:#990000;
    border:solid;
    height:auto;
    }

    #header {
    background: #f4f4f4 url(http://www.lettersunite.com/img/header.gif) top center repeat-y;
    height:115px;
    }

    ul#menu
    {

    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
    display:block;
    height:36px;
    font-size:14px;
    font-weight:bold;
    text-transform:lowercase;
    background:transparent url(http://www.lettersunite.com/img/bg.gif) repeat-x top left;
    font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
    border-bottom:1px solid #990000;

    }

    ul#menu li
    {

    display:block;
    float:left;
    margin:0;
    pading:0;
    }

    ul#menu li a
    {

    display:block;
    float:left;
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    padding:10px 20px 20px 20px;
    height:24px;

    }

    ul#menu li a:hover
    {

    color:#FFFFFF;
    background:transparent url(http://www.lettersunite.com/img/over.gif) no-repeat top right;
    }

    #extras {float:right; line-height:1.4em; margin:0 0 5px; padding-right:20px; width:200px;}

    #extras h2 {
    margin-top:0px;
    /* margin-bottom:10px;*/
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom:10px;
    color: #990000;
    border-bottom: thin solid #779E28;
    /*background-color:#F4FDE5;*/
    }

    /* Content */

    #content {line-height:1.6em; margin:0 155px 5px; padding:0;}

    #contentwide {line-height:1.6em; margin:0 0 5px 150px; padding:0;}

    #content h2,#contentwide h2 {font-size:1.6em; margin:0 0 10px;}

    #content h3,#contentwide h3 {font-size:1.4em; margin:0 0 8px;}

    #content img,#contentwide img {border:none solid #d0d0d0; float:left; margin:3px 10px 3px 0;}

    #content ul,#contentwide ul,#content ol,#contentwide ol {margin:0 0 16px 20px;}

    #content li,#contentwide li {padding:0 0 0 5px;}

    #content ul ul,#contentwide ul ul,#content ol ol,#contentwide ol ol {margin:0 0 0 16px;}

    /* Footer */

    #footer {border-top:2px solid #e0e0e0; font-size:0.9em; clear:both; color:#777; font-weight:normal; line-height:1.4em; margin:0 auto; padding:10px 0; text-align:center; width:760px;}

    #footer p {margin:0; padding:0;}

    #footer a {color:#777; font-weight:normal; text-decoration:none;}

    #footer a:hover {color:#555; text-decoration:underline;}

    #footer strong a {font-weight:bold;}

    #footer span.credits {font-size:1.1em;}

    /* Subpage menu */

    #subpages {border-bottom:1px solid #e0e0e0; border-left:1px solid #e0e0e0; float:right; font-weight:bold; line-height:1.3em; margin:-5px 0 8px 15px; padding:0 0 10px 10px; width:190px;}

    #subpages h2 {font-size:1.2em; font-weight:bold; letter-spacing:-1px; line-height:1.3em; margin:0 0 12px;}

    #subpages ul.submenu {line-height:1.4em; list-style:none; margin:0;}

    #subpages ul.submenu li {display:inline; line-height:1.4em; width:180px; padding:0;}

    #subpages ul.submenu li a {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#505050; float:left; font-weight:bold; margin-bottom:5px; padding:3px 1px 3px 5px; text-decoration:none; width:180px;}

    #subpages ul.submenu li ul {margin:0 0 5px 10px; width:170px;}

    #subpages ul.submenu li ul li a {width:170px;}

    #subpages ul.submenu li ul ul {margin:0 0 5px 10px; width:160px;}

    #subpages ul.submenu li ul ul li a {width:160px;}

    #subpages ul.submenu li ul ul ul {margin:0 0 5px 10px; width:150px;}

    #subpages ul.submenu li ul ul ul li a {width:150px;}

    #subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a {background-color:#eaeaea; border-left:4px solid #286ea0; color:#555;}

    #subpages ul.submenu li.current_page_item ul li a {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#555;}

    /* Tags */

    p,ul,ol {margin:0 0 18px;}

    blockquote {border-left:4px solid #e0e0e0; margin:20px; padding:8px 8px 8px 15px;}

    blockquote p {background-color:inherit; color:#505050; font-size:0.9em; line-height:1.3em;}

    label {background-color:inherit; color:#606060; font-size:0.9em; font-weight:bold;}

    table#wp-calendar {margin:0 0 20px; width:140px;}

    code {font-size:1.2em; display:block; padding:5px 5px 5px 8px; background-color:#f4f4f4; margin:5px 0 15px 0;border-left:4px solid #cccccc;}

    /* Forms */

    #s,#submit {background-color:#ffffff; border:1px solid #cccccc; color:#505050; font-size:0.9em; margin:0 0 16px; padding:4px; width:130px;}

    #author,#email,#url,#comment {border:1px solid #cccccc; font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:1em; margin:0; padding:4px;}

    #commentsection {margin:25px 0 0;}

    #commentsection p {margin:0 0 6px;}

    /* Float fix */

    .contenttext {overflow:hidden;}

    * html .contenttext {height:1px; overflow:visible;}

    * html .contenttext p {overflow:hidden; width:99%;}

    /* Various classes */

    .left {border:1px solid #cccccc; float:left; margin:10px 15px 10px 0;}

    .right {border:1px solid #cccccc; float:right; margin:10px 0 5px 10px;}

    .center {border:1px solid #aaaaaa; margin:5px auto 12px; text-align:center;}

    .textright {text-align:right;}

    .small {font-size:0.8em;}

    .bold {font-weight:bold;}

    .hide {display:none;}

    .post {margin:0 0 25px;}

    .postinfo {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#606060; font-size:0.9em; font-weight:bold; line-height:1.5em; margin:1px 0 40px; padding:8px 5px 8px 8px;}

    .comment {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#606060; margin:0 0 10px; padding:8px 5px 0 8px;}

    .comment p.commenthead {line-height:1.6em;}

    .comment p {font-size:0.9em; line-height:1.3em; margin:0 0 6px; padding-bottom:5px;}

    .navigation {display:block; margin:10px 0; padding:0 0 15px; text-align:center;}

    .navigation p {margin:0; padding:0;}

    .prevlink {margin-right:20px;}

    .nextlink {margin-left:20px;}

    I WOULD BE SO GRATEFUL IF SOMEONE CAN HELP

    Thanks

    Jonathan

    jonathan.lyon@gmail.com

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.