Forum Replies Created
-
AuthorPosts
-
January 19, 2013 at 9:16 pm in reply to: AgentPress 2.0: How do I change the color of the default Primary Navigation bar? #13206updatealanMember
Sorry about that. Here's a link to the site: http://www.dtconfidential.com/contact
Thanks!
January 19, 2013 at 9:15 pm in reply to: AgentPress 2.0: How do I change the color of the default Primary Navigation bar? #13205updatealanMemberSorry about that. Here's a link: http://www.dtconfidential.com/contact
Thanks!
January 18, 2013 at 4:00 pm in reply to: AgentPress 2.0: How to stretch header & footer to the full width of the screen? #12957updatealanMemberVery helpful, thanks!
January 18, 2013 at 2:35 pm in reply to: How to I make the header or footer stretch the full width of the screen? #12924updatealanMemberSozo... Thanks for responding to seb's posting. Do you know if this will work on an AgentPress 2.0 Child Theme? I'm pasting the Stylesheet (stylesheet.css) code below:
/* Wrap
------------------------------------------------------------ */#wrap {
margin: 0 auto;
overflow: hidden;
}/* Header
------------------------------------------------------------ */#header {
color: #fff;
margin: 0 auto;
min-height: 125px;
text-shadow: 1px 1px #000;
width: 960px;
}On the same topic, I'd like for the Primary Navigation bar to span the the viewpoint, as well. Here is the Stylesheet (stylesheet.css) code for that:
/* Primary Navigation
------------------------------------------------------------ */#nav {
-moz-box-shadow: 0 1px 1px #000;
-webkit-box-shadow: 0 1px 1px #000;
background-color: #273549;
box-shadow: 0 1px 1px #000;
clear: both;
color: #fff;
font-size: 13px;
margin: 0 auto;
overflow: hidden;
width: 960px;
}#nav ul {
float: left;
padding: 0 0 0 10px;
width: 950px;
}#nav ul ul {
padding: 0;
}#nav li {
float: left;
list-style-type: none;
}#nav li a {
color: #fff;
display: block;
padding: 9px 15px;
position: relative;
text-decoration: none;
}#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
background-color: #fff;
color: #273549;
}#nav li a .sf-sub-indicator {
display: block;
overflow: hidden;
position: absolute;
text-indent: -9999px;
}#nav li li a,
#nav li li a:link,
#nav li li a:visited {
background-color: #fff;
border: 1px solid #ccc;
border-top-width: 0;
color: #273549;
font-size: 12px;
padding: 6px 10px 4px;
position: relative;
text-transform: none;
width: 138px;
}#nav li li a:hover,
#nav li li a:active {
background-color: #273549;
color: #fff;
}#nav li ul {
height: auto;
left: -9999px;
margin: 0 0 0 -1px;
position: absolute;
width: 160px;
z-index: 9999;
}#nav li ul a {
width: 140px;
}#nav li ul ul {
margin: -33px 0 0 159px;
}#nav li:hover>ul,
#nav li.sfHover ul {
left: auto;
}/* Primary Navigation Extras
------------------------------------------------------------ */#nav li.right {
float: right;
margin: 0 10px 0 0;
padding: 10px 10px 8px;
}#nav li.right a {
background: none;
border: none;
color: #fff;
display: inline;
text-decoration: none;
}#nav li.right a:hover {
color: #4b8308;
text-decoration: none;
}#nav li.search {
padding: 0 10px;
}#nav li.rss a {
background: url(images/rss.png) no-repeat center left;
margin: 0 0 0 10px;
padding: 0 0 0 16px;
}#nav li.twitter a {
background: url(images/twitter-nav.png) no-repeat center left;
padding: 0 0 0 20px;
}* * * * * * *
Thank you!
Best,
Alan -
AuthorPosts