<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: modifying #access (css problem)</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 25 May 2013 12:18:41 +0000</pubDate>

<item>
<title>JLocke on "modifying #access (css problem)"</title>
<link>http://themeshaper.com/forums/topic/modifying-access-css-problem#post-10852</link>
<pubDate>Fri, 19 Mar 2010 17:16:47 +0000</pubDate>
<dc:creator>JLocke</dc:creator>
<guid isPermaLink="false">10852@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Awesome man, that worked like a charm&#60;/p&#62;
&#60;p&#62;Here's the code I used to center the top nav.&#60;br /&#62;
*note, I added {left: 12px;} because I has to make #main a little wider to fit with the header image.&#60;/p&#62;
&#60;p&#62;#access {&#60;br /&#62;
margin:0 auto;&#60;br /&#62;
width:960px;&#60;br /&#62;
float:none;&#60;br /&#62;
height: 33px;&#60;br /&#62;
border: none;&#60;br /&#62;
left: 12px;&#60;br /&#62;
background-color:#330000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.sf-menu{&#60;br /&#62;
position:absolute;&#60;br /&#62;
left:40%;&#60;br /&#62;
margin-left:-25%;&#60;br /&#62;
background-color:#330000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Just gonna leave this hear in case anyone else is looking for something like this.&#60;/p&#62;
&#60;p&#62;Thanks MarSonEarth, you cured my headache
&#60;/p&#62;</description>
</item>
<item>
<title>MarSOnEarth on "modifying #access (css problem)"</title>
<link>http://themeshaper.com/forums/topic/modifying-access-css-problem#post-10841</link>
<pubDate>Fri, 19 Mar 2010 09:10:00 +0000</pubDate>
<dc:creator>MarSOnEarth</dc:creator>
<guid isPermaLink="false">10841@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Because the containing block of &#60;code&#62;#access&#60;/code&#62; is (ultimately) &#60;code&#62;html&#60;/code&#62;, which has a width of the canvas, if you set the width on &#60;code&#62;#access&#60;/code&#62; you also have to center it.  This will be accomplished with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;margin:0 auto;
width:960px;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;BUT take out that &#60;code&#62;left: 12px&#60;/code&#62; from the &#60;code&#62;#main&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>JLocke on "modifying #access (css problem)"</title>
<link>http://themeshaper.com/forums/topic/modifying-access-css-problem#post-10833</link>
<pubDate>Fri, 19 Mar 2010 03:43:19 +0000</pubDate>
<dc:creator>JLocke</dc:creator>
<guid isPermaLink="false">10833@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello everyone, just want to say this forum is an awesome place and building with thematic is great... except for this one problem I've been having:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://islanders.jesselocke.me/&#34; rel=&#34;nofollow&#34;&#62;http://islanders.jesselocke.me/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I 'm trying to line the nav bar up with the edges on #main and center the page links. I can kind of do this already, however, the way I'm doing it the nav bar moves when you re-size the browser. Obviously not a good thing.&#60;/p&#62;
&#60;p&#62;#access {&#60;br /&#62;
float:none;&#60;br /&#62;
height: 33px;&#60;br /&#62;
border: none;&#60;br /&#62;
width: 960px;&#60;br /&#62;
left: 244px;&#60;br /&#62;
background-color:#330000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.sf-menu{&#60;br /&#62;
position:absolute;&#60;br /&#62;
left:40%;&#60;br /&#62;
margin-left:-25%;&#60;br /&#62;
background-color:#330000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Please help, this has been killing me.&#60;/p&#62;
&#60;p&#62;I think its just some positioning problem, but I've exhausted my knowledge.&#60;/p&#62;
&#60;p&#62;Thanks very very very much
&#60;/p&#62;</description>
</item>

</channel>
</rss>
