Jump to content

Content block is going beyond <section>?


scm22ri

Recommended Posts

Hi Everyone,

 

The content of my website is going beyond the <section> border. I tried expanding my CSS section width but it doesn't want to work. What am I doing wrong?

 

Thanks!

 

http://whatsmyowncarworth.com/classTemplate/sales.php

 

@charset "UTF-8";
/* CSS Document */

body{
background-color:#000;
text-align:center;
font-family:"Century Gothic",Verdana, Geneva, sans-serif;
color:#555;
    }

#container{
width:950px;
margin:35px auto;
background-color:#fff;
    }	

header{
padding:15px;
width:950px;
}

nav{
    height:50px;
width:100%;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

nav ul{
margin:13px;
padding:0px;
}

nav ul li{
 display:inline;
 list-style-type:none;
 margin:15px 45px;
}		

nav ul li a {
text-decoration:none;
color:#800000;
padding:15px;
}		

nav ul li a:hover{
background-color:#ccc;
}

section{
min-height:650px;
min-width:700px;
}

footer{

}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.