• hey everyone
    please take a look at my blog here…

    and notice how my links are not lining up and also the actual spot where i will post is sticking out to the right. where in the code do i need to look to adjust the settings for this?

    thank u so much

    mandy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit style.css (line 277) and amend

    .head_bg {
    background:#FFFFFF none repeat scroll 0 0;
    float:right;
    vertical-align:top;
    width:100%;
    }

    to

    .head_bg {
    background:#FFFFFF none repeat scroll 0 0;
    float:right;
    margin-right:55px;
    vertical-align:top;
    width:100%;
    }

    and amend style.css (line 364) from

    .content_txt {
    background:#FFFFFF none repeat scroll 0 0;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.13em;
    line-height:1.55em;
    margin-bottom:15px;
    padding:11px;
    text-align:justify;
    width:85.6%;
    }

    to

    .content_txt {
    background:#FFFFFF none repeat scroll 0 0;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.13em;
    line-height:1.55em;
    margin-bottom:15px;
    margin-right:55px;
    padding:11px;
    text-align:justify;
    width:85.6%;
    }
    Thread Starter mandylynn

    (@mandylynn)

    ok thank u so much, gonna try this now and will let u know how it works out =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple Question about alignment’ is closed to new replies.