Title: Need some templating help
Last modified: August 18, 2016

---

# Need some templating help

 *  [partisanentity](https://wordpress.org/support/users/partisanentity/)
 * (@partisanentity)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/need-some-templating-help/)
 * Hello,
 * I modified the Tiny Mod theme and currently have a cosmetic issue.
 * If you click on the banner on my [blog](http://www.alhaffar.com/web/), you will
   see a grey line appear on the right side of the banner which disappears once 
   the page has been loaded.
 * This line only appeared after I played around with the width of the #wrap tag.
 * I would appreciate any help as I am a bit of a newb when it comes to CSS styling.
   How do I get rid of/hide the line from appearing on the right side? (it isn’t
   appearing on any other side of the banner).
 * Thanks.

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

 *  Thread Starter [partisanentity](https://wordpress.org/support/users/partisanentity/)
 * (@partisanentity)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/need-some-templating-help/#post-561240)
 * Just a bump, would really appreciate some help.
 *  [David Yeiser](https://wordpress.org/support/users/davedotcom/)
 * (@davedotcom)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/need-some-templating-help/#post-561241)
 * Hey partisanentity,
 * That’s a Firefox issue. Firefox puts gray dotted borders around links when they
   are active. Check out this fix:
 * [http://sonspring.com/journal/removing-dotted-links](http://sonspring.com/journal/removing-dotted-links)
 *  [jamesict](https://wordpress.org/support/users/jamesict/)
 * (@jamesict)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/need-some-templating-help/#post-561242)
 * Try the following in your CSS.
 * You currently have:
 *     ```
       * {
       	margin: 0;
       	padding: 0;
         }
       ```
   
 * Change it to
 *     ```
       * {
       	margin: 0;
       	padding: 0;
               border:0;
               outline:0;
         }
       ```
   
 *  Thread Starter [partisanentity](https://wordpress.org/support/users/partisanentity/)
 * (@partisanentity)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/need-some-templating-help/#post-561245)
 * Thanks to **both** of you for the help.
 * I tried the method **davedotcom** linked to and it worked.

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

The topic ‘Need some templating help’ is closed to new replies.

## Tags

 * [banner](https://wordpress.org/support/topic-tag/banner/)
 * [Grey](https://wordpress.org/support/topic-tag/grey/)
 * [line](https://wordpress.org/support/topic-tag/line/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 4 replies
 * 3 participants
 * Last reply from: [partisanentity](https://wordpress.org/support/users/partisanentity/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/need-some-templating-help/#post-561245)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
