Title: Simple Question about alignment
Last modified: August 19, 2016

---

# Simple Question about alignment

 *  [mandylynn](https://wordpress.org/support/users/mandylynn/)
 * (@mandylynn)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/simple-question-about-alignment/)
 * **hey everyone
    please take a look at my blog here… [](http://moremandy.net/)
 * 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)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/simple-question-about-alignment/#post-1109217)
 * 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](https://wordpress.org/support/users/mandylynn/)
 * (@mandylynn)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/simple-question-about-alignment/#post-1109277)
 * **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.

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)

 * 2 replies
 * 2 participants
 * Last reply from: [mandylynn](https://wordpress.org/support/users/mandylynn/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/simple-question-about-alignment/#post-1109277)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
