Hi everyone, I am running into a problem on my static homepage where the page entry is overlapping the sidebar. Can anyone tell me why this is happening and how to fix it?
http://evolutionlandmanagement.com/wp/
Thanks!
Hi everyone, I am running into a problem on my static homepage where the page entry is overlapping the sidebar. Can anyone tell me why this is happening and how to fix it?
http://evolutionlandmanagement.com/wp/
Thanks!
off the top of my head no. though i am curious as to why you are doing:
/* Apply a basic layout */
@import url('../thematic_elm/2c-l-fixed-elm.css');
instead of:
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');
try using the stylsheets from the thematic library. that ought to sort out any problems. remember you can always overwrite anything you want to tweak in your style.css
I duped the 2c-l-fixed.css and renamed it -elm.css, then moved it into my child folder. Maybe I (incorrectly?) assumed that this would prevent any future upgrade-related errors? I'm new to this whole child theme thing, so it's possible this wasn't necessary, but it works for me.
For what it's worth, everything except the homepage is working as it should.
Look here this is the problem:
style.css (line 56)
body.home #content {
margin:0;
width:940px;
}
remove this or make the 2c-l-fixed #content declaration as specific and your problem will be gone
-Gene
Thank you, Gene.... I am a moron.
You must log in to post.