Advertise Here

Author Topic: CSS help  (Read 8189 times)

0 Members and 1 Guest are viewing this topic.

Offline Kaelen

  • SMF For Free Newbie
  • *
  • Posts: 16
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
CSS help
« on: November 22, 2008, 10:45:32 pm »
Forum Url: http://kaelenscape.smfforfree4.com
I need to make this:
http://i209.photobucket.com/albums/bb269/frogboy336/help.png

More wide so it can fit more stuff in it width wise. As you can see I can't even see my whole playlist. If I plan to add anything wider than that it'd cut it off too. here is the CSS code, please tell me what I need to change to fix it



Code: [Select]
/*********************************************************
**********************************************************

Folder: Theme355_Entertainment
Name: Entertainment
Cat: Gaming And Entertainment

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 683px !important; width: 697px;
    margin: 50px auto;
    padding: 0 7px;
    background-color: grey;
}

.sf_wrapper {
    position: relative;
    width: 683px !important; width: 683px;
}

/* ------------------------------------
HEADER
------------------------------------ */

.sf_header_wrapper {
    float: right;
    margin-right: 20px;
    position: relative;
clear: both;
width: 372px;

}

.sf_main_header {
margin-top: 20px;
margin-bottom: 8px;
text-align: left;
height: 30px;
overflow:hidden;
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;

}

.sf_sub_header {
text-align: left;
text-transform: uppercase;
height: 30px;
overflow:hidden;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.7em;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
.sf_sub_header p, .sf_main_header p{
margin: 0;
padding: 0;
}

.sf_extra10 {
    float: right;
    margin-right: 20px;
    padding: 20px 0 10px;
    position: relative;
clear: both;
}

.sf_extra10 span {
    display: block;
    width: 300px;
    height: 40px;
}
/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top {
display: none;
}

.sf_navigation{
    float: left;
    width: 189px;
    padding: 10px 0 0px 0;
margin-top: -80px;
.margin-top: 0;
margin-left: 5px;
}

.sf_navigation ul {
    margin: 0 0;
    width: 169px;
    height: auto !important;
    height: 1%;
    padding: 5px 0px 5px;
}

.sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
    width: auto !important;
    width: 5px;
    padding: 6px 0;
}

.sf_navigation ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li a {
height: auto;
margin: 0 0 0 1px;
text-decoration: none;
text-transform: uppercase;
display: block;
line-height: 1.4;
padding: 0 10px;
vertical-align: middle;
width: 180px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
}

.sf_navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
width: 390px;
float: right;
height: auto !important;
padding: 20px 0 20px 10px;
font-size: 16px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align: left;
font-weight: bold;
}

.sf_content {
    float: right;
    font-size: 12px;
width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/

.sf_footer {
    padding: 6px;
    font-size: .8em;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
clear: both;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: .8em;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}
« Last Edit: November 23, 2008, 12:46:10 am by simply sibyl »

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: CSS help
« Reply #1 on: November 23, 2008, 12:56:57 am »
Moved to the Programming section..   This does not seem to be forum related..    
Your best resource for css help here:  http://www.w3schools.com/

Changed the large image to a link .. please do not post large images in posts here.. thank you
« Last Edit: November 23, 2008, 01:09:19 am by simply sibyl »