Title: Text Width
Last modified: August 19, 2016

---

# Text Width

 *  Resolved [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * (@yourslovingly)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/)
 * Help, my site here: [http://www.fromyourslovingly.com/bagsnmore](http://www.fromyourslovingly.com/bagsnmore)
 * I want to resize the width such that my text & products will fill up the space
   from left margin up till my right sidebar.
    Where should I edit it?
 * Thanks!

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/text-width-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/text-width-1/page/2/?output_format=md)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267627)
 * That’s never going to happen 100% of the time. Your product blocks are 120px 
   wide, so 4 of them will not fit across the 450px wide page area. Expanding the
   page content area will take a fairly major theme/CSS re-write.
 *  Thread Starter [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * (@yourslovingly)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267630)
 * Hi esmi,
 * thanks for the response.
    but for normal text I can’t seem to stretch it across
   too…i.e. this page: [http://www.fromyourslovingly.com/about](http://www.fromyourslovingly.com/about)
 * 🙂
 *  [Scoe](https://wordpress.org/support/users/scoe/)
 * (@scoe)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267632)
 * im confused as to what you are trying to achieve… do you want all the main data
   in the middle column?
 *  [Scoe](https://wordpress.org/support/users/scoe/)
 * (@scoe)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267635)
 * and you dont have a div for a left column, you have right and middle…. no left
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267638)
 * There’s no text on [http://www.fromyourslovingly.com/about](http://www.fromyourslovingly.com/about).
   It’s all images.
 *  Thread Starter [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * (@yourslovingly)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267640)
 * ignore the background image. I want the main data to span from left to right (
   up till right sidebar) just like this:
    [http://www.vivawoman.net/about/](http://www.vivawoman.net/about/)
 * thanks scoe 🙂
 *  Thread Starter [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * (@yourslovingly)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267641)
 * Esmi, this page is with text: [http://www.fromyourslovingly.com/delivery-payment](http://www.fromyourslovingly.com/delivery-payment)
   
   it’s odd that the text stops short of right margin 😀
 *  [Scoe](https://wordpress.org/support/users/scoe/)
 * (@scoe)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267654)
 * This is your CSS on style.css line 277:
 *     ```
       .middle {
       -moz-background-clip:border;
       -moz-background-inline-policy:continuous;
       -moz-background-origin:padding;
       background:transparent none repeat scroll 0 0;
       border:0 solid #2B3E4D;
       float:left;
       font-size:11px;
       line-height:16px;
       margin-left:25px;
       margin-top:-15px;
       overflow:hidden;
       padding:10px;
       text-align:justify;
       width:445px;
       }
       ```
   
 * change the width to approx 660px:
    `width:660px;`
 *  [Scoe](https://wordpress.org/support/users/scoe/)
 * (@scoe)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267658)
 * looking again.. that will fix that page, however will screw up your home page.
 * You need to change the divs from the home page and your page, rename the .middle
   div then apply the width change.
 * you should be able to do this in the page.php file, unless you have changed all
   that already =]
 *  Thread Starter [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * (@yourslovingly)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267659)
 * omg, scoe!!! you saved my day!!! Love u big time!! 😀 😀 it’s all well now.
    
   Thank you so very much.
 *  Thread Starter [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * (@yourslovingly)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267660)
 * oh yeah the homepage is screwed LOL
 *  Thread Starter [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * (@yourslovingly)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267662)
 * oh no it’s not working…the homepage cant seem to get away from the other pages
   🙁
 *  [Scoe](https://wordpress.org/support/users/scoe/)
 * (@scoe)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267669)
 * did you try re-naming the div? you will need to take all the styles accross too,
   not the most elegant of fixes, but if it works….
 *  Thread Starter [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * (@yourslovingly)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267743)
 * hi scoe, I’m not sure how to rename the div…hmmm I’m pretty much an IT/CSS idiot:
   S
    is there somewhere I can read up on modifying the div/ styles? thank you so
   much.
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/#post-1267745)
 * to rename the div you just change its name. It will say <div id=”something”> 
   or <div class=”something”> you just change the word in between the quotes.
 * That in turn references you stylesheet (css)
 * div id=”something” will be #something in your css
    div class=”something” will
   be .something
 * so you change the name of the div to anything you want that is not already in
   your css, then in your css make a matching entry for the div you just named, 
   then apply your css.
 * The easiest way would be to just copy that other entire block of css, paste it
   right under itself, change the name to whatever you renamed the div to, and adjust
   its width accordingly
 * I hope that makes sense, I’m very tired….

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/text-width-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/text-width-1/page/2/?output_format=md)

The topic ‘Text Width’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 16 replies
 * 4 participants
 * Last reply from: [yourslovingly](https://wordpress.org/support/users/yourslovingly/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/text-width-1/page/2/#post-1267776)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
