Hallo,
ich habe auf meinem Blog das Theme "Just News" installiert und die Sidebar bereits entfernt.
Jetzt hätte ich noch gerne, dass der Content, also in dem Fall die Blogbeiträge, auch verbreitert werden. Also genau um den Bereich, wo vorher die Sidebar war.
Könnt ihr mir helfen?? Wäre euch sehr dankbar.
Anbei der Inhalt der style.css:
PHP
/*
Theme Name: Just News
Theme URL: http://newwpthemes.com/wordpress-theme/just-news/
Description: Just News is simple and elegant theme with 2 right sidebars for news sites or just personal blogs. Fixed width and widget ready. Tested in major browsers.
Author: NewWpThemes.com
Author URI: http://newwpthemes.com/
Version: 1.0
Tags: blue, red, light, news, three-columns, right-sidebar, fixed-width
*/
/* LAYOUT */
body {
background-position: top center;
background-repeat: no-repeat;
background-color: #f0f0f2;
}
#wrapper {
padding:10px 0 10px 0;
}
#container {
border: 4px solid #d3d3db;
background: #fff;
padding: 10px;
}
#contentwrap {
background: #fff;
}
a {
color: #075195;
}
/* HEADER */
#header {
height: 100px;
}
#header h1 {
margin-bottom: 4px !important;
padding: 8px 0 0 15px;
font-weight: normal;
font-family: Georgia, Times, "Times New Roman", serif;
font-weight: bold;
font-size: 48px;
}
#header h1 a, #header h1 a:visited {
color: #0c2a48;
text-decoration: none;
}
#header h2 {
padding-left: 15px;
color: #9b9ba1;
font-size: 12px;
line-height: 14px;
font-family: Arial;
text-transform: uppercase;
}
/* NAVIGATION MENUS */
/* Pagemenu */
#pagemenu {
margin-top: 0px;
text-align: right;
}
#pagemenu ul {
padding: 0;
margin: 0;
}
#pagemenu li {
list-style: none;
display: inline;
margin: 0 0 0 4px;
padding: 0px;
}
#pagemenu a {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #11273C;
background: #eee;
padding:2px 10px;
text-transform: uppercase;
}
#pagemenu a:hover, #pagemenu .current_page_item, #pagemenu .current_page_item a{
background: #E6EFF5;
}
#nav {
background: url(images/nav-backgr.png);
background-repeat: repeat-x;
padding:4px;
height: 32px;
}
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
#nav {
margin-bottom: 1px;
}
#nav ul {
float: left;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#nav li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}
#nav ul li {
list-style: none;
margin: 0px;
padding: 0px;
}
#nav li a, #nav li a:link {
color: #fff;
display: block;
margin: 0px 3px 0px 3px;
padding: 10px 12px;
text-decoration: none;
font-size: 12px;
text-transform: uppercase;
}
#nav li a:hover, #nav li a:active, .current-cat {
background: url(images/nav-backgr-hover.png);
color: #FFFFFF;
display: block;
margin: 0px 3px 0px 3px;
padding: 10px 12px;
text-decoration: none;
}
#nav li:hover, #nav li.sfhover {
position: static;
}
#subnav {
background: #D50911;
height: 20px;
}
.nosubcategories {
height: 4px;
background: #D50911;
}
#subnav, #subnav ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
#subnav ul {
float: left;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#subnav li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}
#subnav ul li {
list-style: none;
margin: 0px;
padding: 0px;
}
#subnav li a, #subnav li a:link {
color: #fff;
display: block;
margin: 0px 3px 0px 3px;
padding: 4px 6px;
text-decoration: none;
font-size: 11px;
text-transform: uppercase;
}
#subnav li a:hover, #subnav li a:active, .current-cat {
color: #FFFFFF;
display: block;
margin: 0px 3px 0px 3px;
padding: 4px 6px;
text-decoration: none;
}
#subnav li:hover, #subnav li.sfhover {
position: static;
text-decoration: underline;
color: #FFFFFF;
}
/* CONTENT */
#content {
background: #fff;
margin: 15px 10px 15px 5px;
}
.post {
margin-bottom: 30px;
}
.post p {
margin-bottom: 10px;
}
.title {
margin-bottom: 1px;
line-height: 22px;
font-family: Arial, Verdana;
color: #0c2a48;
padding: 6px 10px;
}
.title a {
text-decoration: none;
color: #0c2a48;
}
.title a:hover {
text-decoration: none;
}
.pagetitle {
margin-bottom: 20px;
line-height: 22px;
font-family: Arial, Verdana;
text-decoration: underline;
}
.postdate {
font-size: 11px;
padding: 1px 4px;
background: #edeeef;
font-family: Arial, Verdana;
}
.postmeta {
font-size: 11px;
padding: 2px 4px;
background: #fff;
font-family: Arial, Verdana;
}
.postdate img, .postmeta img {
border: none;
vertical-align: middle;
margin:2px;
}
.entry {
text-align: justify;
line-height: 20px;
padding-top: 8px;
font-family: Arial, Verdana;
font-size: 14px;
}
.navigation {
padding: 10px 0;
}
blockquote {
overflow: hidden;
padding-left: 9px;
font-style: italic;
color: #666;
border-left: 3px solid #CADAE7;
}
.post img {
max-width: 680px;
}
img.wp-smiley {
max-height: 12px;
margin: 0;
padding: 0;
border: none;
}
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* SIDEBAR(S) */
.sidebaradbox {
margin: 5px 5px 0 0;
text-align:center;
}
.ad125 {
margin: 15px;
}
.sidebar {
margin-right: 5px;
}
.sidebar a {
text-decoration: none;
color: #333;
}
.sidebar a:hover {
text-decoration: underline;
color:#075195;
}
#search input, #searchform input{
border: 1px solid #d50911;
}
#search label, #searchform label {
margin: 10px 0 10px 0;
padding: 6px 0 4px 0;
background: #fff;
border-top: 3px solid #899eb1;
font-size: 13px;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
color: #d50911;
display: block;
}
#s {
width: 110px;
padding: 2px;
}
#searchsubmit {
border: 1px solid #d50911;
background: #d50911;
color: #fff;
}
#topsearch {
padding:15px 0 0 0;
}
#topsearch input {
border: 1px solid #d50911;
}
#topsearch label {
display: none;
}
#topsearch #s {
width: 300px;
padding: 2px;
}
.sidebar h2 {
margin: 10px 0 0 0;
padding: 6px 0 4px 0;
background: #fff;
border-top: 3px solid #899eb1;
font-size: 13px;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
color: #d50911;
}
.sidebar ul {
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}
.sidebar ul li {
list-style-type: none;
margin: 0px 0px 5px 0px;
padding: 0px;
}
.sidebar ul ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.sidebar ul li li {
padding: 3px 0px 3px 15px;
margin: 0px;
background: url(images/bullet.gif) no-repeat top left;
}
.sidebar ul li ul li {
background: #FFFFFF url(images/bullet.gif) no-repeat top left;
padding: 2px 0px 2px 15px;
margin: 2px 0;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
color: #555;
background: #fff;
}
#wp-calendar caption {
padding: 2px 4px;
text-transform: uppercase; margin: 2px 0 2px 0;
background: #e2e5e7;
}
#wp-calendar td {
color: #999;
font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}
#wp-calendar td:hover, #wp-calendar #today {
background: #e2e5e7;
color: #555;
}
#wp-calendar {
empty-cells: show;
font-size: 14px;
margin: 0;
font-weight: bold;
width: 100%;
}
/* FOOTER */
#footer {
background: #173047;
padding: 10px;
text-align: center;
color: #b5b9bc;
}
#footer a {
color: #b5b9bc;
}
#footer a:hover {
text-decoration: none;
}
/* COMMENTS */
#comments h3 {
margin-bottom: 10px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
text-align: justify;
}
.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;
}
.commentlist li ul li {
margin-right: -5px;
margin-left: 10px;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
.children { padding: 0; }
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}
Alles anzeigen