Title: Joshua Sommer's Replies | WordPress.org

---

# Joshua Sommer

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/beanbagg/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/beanbagg/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Thirteen Navbar Issue](https://wordpress.org/support/topic/themetwenty-thirteen-navbar-issue/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/themetwenty-thirteen-navbar-issue/#post-4599250)
 * fixed.
 *     ```
       .site-header {
       	position: fixed;
       	top: 0;
       	left: 0;
       	width: 100%;
       	z-index: 2000;
       }
       ```
   
 * **left: 0;**
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Thirteen Navbar Issue](https://wordpress.org/support/topic/themetwenty-thirteen-navbar-issue/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/themetwenty-thirteen-navbar-issue/#post-4599177)
 * btw
 * potbear.com is the website in question
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Styling Submenu](https://wordpress.org/support/topic/styling-submenu/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years ago](https://wordpress.org/support/topic/styling-submenu/#post-3763569)
 * I’ll do that. Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Styling Submenu](https://wordpress.org/support/topic/styling-submenu/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years ago](https://wordpress.org/support/topic/styling-submenu/#post-3763565)
 * Thanks! I’ll check it out. Could you look at [potionbear.com](http://potionbear.com).
   That code worked but it doesn’t cover the entire submenu. The text is oddly out
   of place.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Styling Submenu](https://wordpress.org/support/topic/styling-submenu/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years ago](https://wordpress.org/support/topic/styling-submenu/#post-3763507)
 * I use Chrome. How is this any different from Inspect Element? I just need to 
   know the specific class.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Edits](https://wordpress.org/support/topic/_s-edits/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-edits/#post-3753153)
 * shh.
 * Thank you, Paul!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/page/2/#post-3742223)
 * nvm. thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/page/2/#post-3742195)
 * check now. :]
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/page/2/#post-3742122)
 * Right now the content is set to a fixed width(960px).. but the widgets are still
   set to 100%. I could just edit the widget css but I’d rather put all of the content
   into a container.
 *     ```
       @import  "http://fonts.googleapis.com/css?family=Roboto+Slab";
   
       body {
       	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
       	font-size: 18px;
       	text-align: center;
       }
   
       a, a:visited, a:focus, a:active {
       	color: #1693A5;
       	text-decoration: none;
       }
   
       a:hover {
       	text-decoration: underline;
       }
   
       .field {
       	margin-left: 20px;
       }
   
       .site-header a {
       	margin-left: 20px;
       }
   
       .content-area {
       	margin: 0 auto;
       	margin-top: 80px;
       	width: 760px;
       	text-align: left;
       }
   
       .site-header {
       	position: fixed;
       	width: 100%;
       	height: 40px;
       	background: #fff;
       	border-bottom: 1px dotted #333;
       	font-size: .8em;
       	line-height: 2.9em;
       	vertical-align: middle;
       	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
       }
   
       .entry-title {
       	font-family: 'Roboto Slab', serif;
       	font-weight: bold;
       	text-transform: uppercase;
       	text-align: center;
       }
   
       .entry-meta {
       	font-size: 14px;
       	text-align: center;
       }
   
       .site-footer {
       	font-size: .8em;
       	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
       }
   
       @media (min-width: 800px) {
       	.navigation-main {
       		float: none;
       		margin: 0 auto;
       		width: 800px;
       	}
       }@import  "http://fonts.googleapis.com/css?family=Roboto+Slab";
   
       body {
       	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
       	font-size: 18px;
       	text-align: center;
       }
   
       a, a:visited, a:focus, a:active {
       	color: #1693A5;
       	text-decoration: none;
       }
   
       a:hover {
       	text-decoration: underline;
       }
   
       .field {
       	margin-left: 20px;
       }
   
       .site-header a {
       	margin-left: 20px;
       }
   
       .content-area {
       	margin: 0 auto;
       	margin-top: 80px;
       	width: 760px;
       	text-align: left;
       }
   
       .site-header {
       	position: fixed;
       	width: 100%;
       	height: 40px;
       	background: #fff;
       	border-bottom: 1px dotted #333;
       	font-size: .8em;
       	line-height: 2.9em;
       	vertical-align: middle;
       	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
       }
   
       .entry-title {
       	font-family: 'Roboto Slab', serif;
       	font-weight: bold;
       	text-transform: uppercase;
       	text-align: center;
       }
   
       .entry-meta {
       	font-size: 14px;
       	text-align: center;
       }
   
       .site-footer {
       	font-size: .8em;
       	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
       }
   
       @media (min-width: 800px) {
       	.navigation-main {
       		float: none;
       		margin: 0 auto;
       		width: 800px;
       	}
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/page/2/#post-3742117)
 * I’ve been using Jetpack and writing code in Custom CSS. How would I go about 
   putting everything into a 960px container?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/page/2/#post-3742102)
 * I must have tried at least 100 different edits. thanks again! now that we’re 
   here.. I don’t think _s has a container div. Do you know where I would place 
   one? I’d like to fit everything into 960px(excluding the header).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/#post-3742098)
 * … look at it.
 * edit: nvm! it worked! if you knew how many hours I spent trying to figure this
   out.. haha. thank you! :]
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/#post-3742096)
 * Could someone look at the header and tell me what’s wrong? All I want to do is
   center the links.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/#post-3742039)
 * I think I’ve figured it out. Ty!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [_S Header](https://wordpress.org/support/topic/_s-header/)
 *  Thread Starter [Joshua Sommer](https://wordpress.org/support/users/beanbagg/)
 * (@beanbagg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/_s-header/#post-3741910)
 * I’m not sure how that’s supposed to help me. :p

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

1 [2](https://wordpress.org/support/users/beanbagg/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/beanbagg/replies/page/2/?output_format=md)