Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Removing padding on homepage via child theme Re: Removing padding on homepage via child theme

#121737

First, change your child style.css code to this:

@charset “UTF-8”;
/*
Theme Name: TwentyEleven Child
Desciption: Child Theme for the Twenty Eleven Theme
Author: Douglas Fayers
Template: twentyeleven
*/

@import url(“../twentyeleven/style.css”);

body {

}

#page {
width: 90%;
max-width: 1280px;
}

After playing with it for a while now, I’ve decided that I hate the plugin you’re using :) If you were happy enough to modify some php slightly, I could run you through how I would change it. Otherwise, someone with past experience with that plugin may be of more use.