Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter Joshua Sommer

    (@beanbagg)

    fixed.

    .site-header {
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	z-index: 2000;
    }

    left: 0;

    Thread Starter Joshua Sommer

    (@beanbagg)

    btw

    potbear.com is the website in question

    Thread Starter Joshua Sommer

    (@beanbagg)

    I’ll do that. Thanks.

    Thread Starter Joshua Sommer

    (@beanbagg)

    Thanks! I’ll check it out. Could you look at potionbear.com. That code worked but it doesn’t cover the entire submenu. The text is oddly out of place.

    Thread Starter Joshua Sommer

    (@beanbagg)

    I use Chrome. How is this any different from Inspect Element? I just need to know the specific class.

    Forum: Themes and Templates
    In reply to: _S Edits
    Thread Starter Joshua Sommer

    (@beanbagg)

    shh.

    Thank you, Paul!

    Forum: Themes and Templates
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    nvm. thank you!

    Forum: Themes and Templates
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    check now. :]

    Forum: Themes and Templates
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    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
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    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
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    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
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    … 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
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    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
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    I think I’ve figured it out. Ty!

    Forum: Themes and Templates
    In reply to: _S Header
    Thread Starter Joshua Sommer

    (@beanbagg)

    I’m not sure how that’s supposed to help me. :p

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