Title: Why Code not changing ?
Last modified: August 21, 2016

---

# Why Code not changing ?

 *  [Md Alamin](https://wordpress.org/support/users/bir0611/)
 * (@bir0611)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/why-code-not-changing/)
 * I am trying to change a line of code from wordpress admin editor but why it is
   not changing? I want to change from
 *     ```
       <div id="content" style="width:390px; float:left" role="main">
       ```
   
 * to
 *     ```
       <div id="content" style="width:100%; float:left" role="main">
       ```
   
 * But when i see it browser , it is steel at
 *     ```
       <div id="content" style="width:390px; float:left" role="main">
       ```
   
 * I have saved it properly. What is the reason? Please tell me.

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

 *  Thread Starter [Md Alamin](https://wordpress.org/support/users/bir0611/)
 * (@bir0611)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/why-code-not-changing/#post-4262917)
 * This is the site link [http://www.rentthefarm.com/services](http://www.rentthefarm.com/services)
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/why-code-not-changing/#post-4262974)
 * It seems like you’ve changed it to this?
 *     ```
       <div id="content" role="main" style="margin-right:20px;">
       ```
   
 * Your changes seem to be working, but maybe it’s not working the way you think
   it should? Are you having problems trying to change the width of the content 
   area? It’s because there’s this CSS rule at the end of your style.css file:
 *     ```
       body.page-template-custom-service-php #content{ width: 90% !important; }
       ```
   
 * The **!important** qualifier overrides all other CSS styling, even inline styling.
   There seems to be a big over-use of the **!important** qualifier in style.css,
   whoever created the theme didn’t write the CSS properly, making it overly difficult
   to change things. If you take that line out, you should be able to change the
   content width to whatever value you want.

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

The topic ‘Why Code not changing ?’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/why-code-not-changing/#post-4262974)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
