Servus,
Wie kann Ich beim Theme Madeini den Background entfernen, sodass der rechte weiße Balken weg ist und der rest die komplette Seite ausfüllt? http://www.heubergbazis99.de
Desweiteren würde ich in den Mittleren Hintergrund gerne ein Bild einbauen als so eine Art wasserzeichen ist das irgendwie umsetzbar?
Follgenden Code habe Ich
/*
Theme Name: Madeini
Theme URI: http://wpshop.com/theme/-Rx6uigoe7c1
Author: WP Shop byGMO
Author URI: http://www.wpshop.com/
Description: Madeini is an upgraded version of Twenty-Fourteen WordPress default theme with enhanced custom color and custom background image feature.
Version: 1.0.6
Template:twentyfourteen
Tags: pink, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('../twentyfourteen/style.css');
Media screen and (min-width: 1008px) {
.site-info {
max-width: 100%;
}
#secondary{
background-color: rgba(255, 255, 25, 0);
width:228px;
font-size:12px !important;
}
.search-box-wrapper, .featured-content{
padding-left: 288px;
}
.entry-header{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.primary-navigation a{
font-size: 13px;
}
.site:before{
width: 288px;
}
.site-content, .site-main .widecolumn{
margin-left:288px;
}
}
Gruß Dominik