Page with Zero Margins & Padding
-
Hi,
I’m trying to create my pages with zero margins/padding using the CyberChimps iFeaturePro5 theme. I’ve created and activated the following child theme but it doesn’t affect my pages at all./*
Theme Name: iFeature Pro Child Theme
Theme URI: http://cyberchimps.com/
Description: Child Theme for iFeature Pro
Author: CyberChimps
Author URI: http://cyberchimps.com
Template: ifeaturepro5
Version: 0.1
*/
@import url(“../ifeaturepro5/style.css”);
body {
padding: 0 2em;
}
#page {
margin: 2em auto;
max-width: 980px;
}Can anyone offer some insight as to how I can achieve zero margins/padding for my pages? In advance, thanks for your replies and suggestions – BostonDan.
The topic ‘Page with Zero Margins & Padding’ is closed to new replies.