Title: tnsmart's Replies | WordPress.org

---

# tnsmart

  [  ](https://wordpress.org/support/users/tnsmart/)

 *   [Profile](https://wordpress.org/support/users/tnsmart/)
 *   [Topics Started](https://wordpress.org/support/users/tnsmart/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tnsmart/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tnsmart/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tnsmart/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tnsmart/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tnsmart/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menubar] Center menu on homepage](https://wordpress.org/support/topic/center-menu-on-homepage-1/)
 *  [tnsmart](https://wordpress.org/support/users/tnsmart/)
 * (@tnsmart)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/center-menu-on-homepage-1/#post-3478294)
 * Thanks for the response.
 * After a lot of trial and error, I was able to center my menubar.
    I imagine the
   changes are similar for the other themes, but for the Superfish theme, lines 
   133-142 of ssf-blue.css originally look like this:
 *     ```
       position:		relative;
       	z-index:		49;
       }
   
       /*** DEMO SKIN ***/
       .ssf-blue {
       	float:			left;
       	width:			100%;
       }
       .ssf-blue a {
       ```
   
 * but to center the menubar, should be made to look like:
 *     ```
       position:		relative;
       	z-index:		49;
       	text-align:		center;
       }
   
       /*** DEMO SKIN ***/
       .ssf-blue {
       	display: inline-block;
       }
       .ssf-blue li:first-child {
       	border-left:	1px solid #8EC3F7;	/* border color */
       }
       .ssf-blue a {
       ```
   
 * The last few added lines are to enable a left border on only the first menu option.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menubar] Creating custom template](https://wordpress.org/support/topic/creating-custom-template/)
 *  Thread Starter [tnsmart](https://wordpress.org/support/users/tnsmart/)
 * (@tnsmart)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/creating-custom-template/#post-4016511)
 * Success! Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menubar] Creating custom template](https://wordpress.org/support/topic/creating-custom-template/)
 *  Thread Starter [tnsmart](https://wordpress.org/support/users/tnsmart/)
 * (@tnsmart)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/creating-custom-template/#post-4016501)
 * Will simply editing the original template allow my changes to be retained if 
   the plugin is updated?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menubar] Center menu on homepage](https://wordpress.org/support/topic/center-menu-on-homepage-1/)
 *  [tnsmart](https://wordpress.org/support/users/tnsmart/)
 * (@tnsmart)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/center-menu-on-homepage-1/#post-3478292)
 * Same question here. Anybody have an answer?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change width of blog posts](https://wordpress.org/support/topic/change-width-of-blog-posts-1/)
 *  Thread Starter [tnsmart](https://wordpress.org/support/users/tnsmart/)
 * (@tnsmart)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/change-width-of-blog-posts-1/#post-2373746)
 * Thanks! Line 91 for me, not sure why. Changed it to 85%.

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