Forum Replies Created
-
AuthorPosts
-
Are the paragraphs going to be unique to each post? If so I would pull the text from a custom field. Or if you are using a slideshow with shortcode then you could add the text right after the shortcode and float it.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Try replacing your header right nav rules with this
/***** Header Right Navigation ********************/
#header .menu {
width: auto;
float: right;
list-style: none;
color: #FFFFFF;
margin: 0;
padding: 45px 0 0 0;
}#header .menu li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}#header .menu a,
#header .menu a:visited {
color: #FFFFFF;
display: block;
font-family: Arial, Tahoma, Verdana;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 6px 10px 5px 10px;
text-decoration: none;
text-shadow: #002838 1px 1px;
position: relative;
}#header .menu a:hover,
#header .menu a:active,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
background: #00B8DE;
color: #FFFFFF;
text-decoration: none;
}#header .menu a.sf-with-ul {
padding-right: 20px;
}#header .menu a .sf-sub-indicator {
background: url(images/arrow-down.png);
display: block;
width: 10px;
height: 10px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
top: 12px;
right: 5px;
}#header .menu li a,
#header .menu li a:link,
#header .menu li a:visited {
background: #00B8DE;
width: 148px;
color: #FFFFFF;
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
margin: 0;
padding: 5px 10px 5px 10px;
border-left: 1px solid #72D4EA;
border-right: 1px solid #72D4EA;
border-bottom: 1px solid #72D4EA;
text-transform: none;
position: relative;
}#header .menu li a:hover,
#header .menu li a:active {
background: #72D4EA;
color: #FFFFFF;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
}#header .menu li a .sf-sub-indicator {
background: url(images/arrow-right.png);
top: 10px;
}#header .menu li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 170px;
margin: 0;
padding: 0;
}#header .menu li ul a {
width: 150px;
}#header .menu li ul ul {
margin: -31px 0 0 169px;
}#header .menu li:hover ul ul,
#header .menu li:hover ul ul ul,
#header .menu li.sfHover ul ul,
#header .menu li.sfHover ul ul ul {
left: -999em;
}#header .menu li:hover ul,
#header .menu li li:hover ul,
#header .menu li li li:hover ul,
#header .menu li.sfHover ul,
#header .menu li li.sfHover ul,
#header .menu li li li.sfHover ul {
left: auto;
}#header .menu li:hover,
#header .menu li.sfHover {
position: static;
}
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
You’ve got a black background set here
.outreach #genesis-responsive-slider {
border: none;
background: #000;
padding: 0;
}But I never actually see it since it’s covered by the images.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
It helps if you include a link to your site with all questions.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Can I get a link to your site?
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Yes, you can add the custom header function to any theme.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Page titles are wrapped in h1 tags. I recommend installing the Firebug add on for Firefox which will allow you to right click any element to determine its associated style rules.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Please include a link to your site with all questions
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Are the new posts also going into the Slider category? You need to put them in a different category than you have set for the slider.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
-
AuthorPosts