I spent days creating a fluid layout using the toolbox theme, my header is fluid and the main image expands and contracts according to resolution. My problem is that I wanted to place a contact navigation on a specific place on the image, and when the image reduces, the navigational images are too big. When I was able to get them to adjust size, but they didn't move with the header image and instead ending up being somewhere else on the page. I am very new to css and was looking for some help.
Also a second problem that I have is that my sidebar and content wont reduce from a certain size to match the header.
Thank you!
/* =Structure
-------------------------------------------------------------- */
html,body{
margin:0;
padding:0;
background-color:#fff;
min-width:100%;
background-image:url(../bodybg.png);
background-attachment:fixed;
background-repeat:no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#wrapperofall{
min-width:800px;
min-height:600px;
max-width:100%;
max-height:100%;
margin:0;
}
#imagecontainer {
top:0;
margin:0;
width:1400px;
min-width:800px;
max-width:100%;
margin:0 auto;
}
#imagecontainer img {
min-width:100%;
max-width:100%
}
#wrapper{
margin:0 auto 0;
width:1100px;
min-width:800px;
min-height:600px;
display:block;
z-index:2;/*what kept the image from overlapping*/
}
#page {
display: block;
margin: 1em;
border:thin #3C9;
}
#primary {
float: left;
margin: 0 -240px 0 0;
min-width: 20%;
border:thin #3C9;
min-width:800px;
min-height:600px;
}
#content {
float:left;
width:700px;
margin: 0 280px 0 0;
max-width:100%;
min-width:50%;
z-index:3;
}
#main .widget-area {
background-color:#fff;
float: right;
overflow: hidden;
width: 200px;
padding:20px;
max-width:40%;
min-width:10%;
}
#talktome{
width:100%;
}
#talktome li{
float:right;
}
#talktome li img{
}
#colophon {
clear: both;
display: block;
}
/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
margin: 0;
}
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */
.alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* =Header
-------------------------------------------------------------- */
#site-title {
font-size: 2em;
font-weight: bold;
margin: .67em 0;
text-indent:-1000px;
}
#site-description {
font-size: 1em;
font-weight: normal;
margin: 0 0 1em;
text-indent:-1000px;
display:none;
}
/* =Content
-------------------------------------------------------------- */
/* 404 page */
.error404 .widget {
float: left;
width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
margin-right: 1em;
}
.error404 .widget_tag_cloud {
clear: both;
float: none;
width: 100%;
}
/* Notices */
.post .notice,
.error404 #searchform {
background: #eee;
display: block;
padding: 1em;
}
/* Image Attachments */
.image-attachment div.entry-meta {
float: left;
}
.image-attachment nav {
float: right;
margin: 0 0 1em 0;
}
.image-attachment .entry-content {
clear: both;
}
.image-attachment .entry-content .entry-attachment {
background: #eee;
margin: 0 0 1em;
padding: 1em;
text-align: center;
}
.image-attachment .entry-content .attachment {
display: block;
margin: 0 auto;
text-align: center;
}
/* Aside Posts */
.format-aside .entry-header {
display: none;
}
.single .format-aside .entry-header {
display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
padding-top: 0;
}
/* Gallery Posts */
.format-gallery .gallery-thumb {
float: left;
margin: 0 1em 0 0;
}
/* Image Posts */
.format-image .entry-header {
display: none;
}
.single .format-image .entry-header {
display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
padding-top: 0;
}
/* =Images
-------------------------------------------------------------- */
a img {
border: none;
}
p img {
margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
max-width: 100%; /* When images are too wide for containing element, force them to fit. */
height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
margin-right: 1em;
}
img.alignright {
margin-left: 1em;
}
.wp-caption {
padding: .5em;
text-align: center;
}
.wp-caption img {
margin: .25em;
}
.wp-caption .wp-caption-text {
margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
margin: 0;
}
/* =Forms
-------------------------------------------------------------- */
#searchform label {
display: none;
}
#searchform input#s {
width: 60%;
}
input[type=text],
input#s {
margin: 0 1em 0 0;
width: 60%;
}
textarea {
width: 80%;
}
/* Class for labelling required form items */
.required {
color: #cc0033;
}
/* =Comments
-------------------------------------------------------------- */
article.comment {
display: block;
}
#respond input[type=text] {
display: block;
width: 60%;
}
#respond textarea {
display: block;
margin: 0 0 1em;
width: 80%;
}
#respond .form-allowed-tags {
clear: both;
width: 80%;
}
#respond .form-allowed-tags code {
display: block;
}
/* =Widgets
-------------------------------------------------------------- */
.widget {
}
.widget-area .widget_search {
overflow: hidden;
}
.widget-area .widget_search input {
float: left;
}
.textwidget{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
padding-bottom:20px;
padding-top:5px;
}
/*Custom Text*/
h1.entry-title{
clear:both;
position:relative;
margin-left: -47px;
font-family: 'Capriola', sans-serif;
font-size:24px;
background-image:url(../entrytitlebg.png);
z-index:0;
background-repeat:no-repeat;
min-width:100%;
height:116px;
}
.single h1.entry-title{
padding-top:15px;
padding-left:60px;
color:#fff;
}
#nav-below{
position:relative;
padding-top:20px;
left:200px;
width:700px;
}
#nav-below a{
float:left;
background:none;
padding-right:50px;
}
h1.entry-title a {
color:#FFF;
text-decoration:none;
position:absolute;
margin-top:20px;
margin-left:40px;
}
h1.entrytitle p{
color:#6C9;
}
.entry-content{
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
.post{
padding-bottom:60px;
background-color:#FFF;
padding-left:20px;
padding-right:20px;
}
.entry-meta{
position:absolute;
margin:-60px;
margin-left:20px;
font-size:12px;
font-style:italic;
color:#BF2EB2;
z-index:4;
}
.entry-meta a{
color:#000;
}
footer.entry-meta{
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
color:#663;
}
.widget-title{
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-transform:uppercase;
}
.widget ul li{
list-style:none;
border-bottom: 1px solid #AAA;
line-height:26px;
}
ul
{
list-style-type:none;
padding:0px;
margin:0px;
}
ul li a
{
font-size:12px;
color:#333;
text-decoration:none;
padding:0px;
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
background-image:url(../footer.png);
background-repeat:no-repeat;
height:200px;
padding: 1em 0 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}