Title: Fixing My Border
Last modified: August 19, 2016

---

# Fixing My Border

 *  [mattvereb](https://wordpress.org/support/users/mattvereb/)
 * (@mattvereb)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/fixing-my-border/)
 * I want to fix the border on my page. I have one inserted in, but it’s not showing
   up correctly.
 * What’s the correct way to write HTML for a border? and in which section.
 * My site: [http://newyorkstateofsports.com](http://newyorkstateofsports.com)

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

 *  [grvpande](https://wordpress.org/support/users/grvpande/)
 * (@grvpande)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/fixing-my-border/#post-1455459)
 * the correct way of adding the border is by CSS
 * please try this if you have little idea about CSS,
 * in your style.css make changes to the classes and ids in which you want to add
   border.
 *     ```
       #id or .class{
       border:width of the border    type of border         #color;
       }
       ```
   
 *  [kim09](https://wordpress.org/support/users/kim09/)
 * (@kim09)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/fixing-my-border/#post-1455472)
 * Hey mattvereb,
 * In your site, you can add this code in your style.css
    `.sidebars{border: 2px
   solid red;}` just for example, that’s a border for your sidebar, you can experiment
   the color. Firebug plugin from firefox might help too
 * Greetings.

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

The topic ‘Fixing My Border’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [kim09](https://wordpress.org/support/users/kim09/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/fixing-my-border/#post-1455472)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
