Forum Replies Created
-
I’ll second vasvaria’s question. What is a better way to make the changes than to add the altered files to the child theme?
Would something like this work for you? – http://kenmcneill.com/ If so, I’d be happy to pass along the css, or you could just snag it from the source.
Thank you.
Looks very nice! The only negative I notice is that the menu seems a little hit-and-miss, with dead spots as I mouse over the text. I tried changing the line height from 16px to 1.5em in firebug and that seemed to help, but changed the positioning a little.
You’ve made your menu float right instead of left, so you first is now your last. 😉 Try this –
#header-menu > li:first-child {
margin-left: 5px;
}I’m seeing it as “.sidebar-wrap” (?)
#sidebar_bottom .sidebar-wrap h3 { border-radius: 12px 12px 12px 12px; }In reply to: Urgent: why all my sites with Graphene theme are broken?
March 21, 2012 at 8:30 pm #26655IMO, it’s not a fix, but a patch. There’s still a problem either with ratehub’s widget, or the way it has been applied.
Sorry, I’ll go back to lurking now. 😉
In reply to: Urgent: why all my sites with Graphene theme are broken?
March 21, 2012 at 8:12 pm #26649Oops, sorry I missed that. I thought ratehub was some kind of plugin.(?)
In reply to: Urgent: why all my sites with Graphene theme are broken?
March 21, 2012 at 8:00 pm #26647IMO, the change is not coming from you or Graphene, it’s coming from ratehub. They may have changed the name for the container now called “container”.(?) Their stylesheet uses the “container” div name, and is getting loaded after yours, so it gets priority. Either use the !important declaration, delete or fix ratehub, or rename container to something else. Of course, before you do any of this, please make a backup of your file! Also keep in mind that YMMV. 😉
In reply to: Urgent: why all my sites with Graphene theme are broken?
March 21, 2012 at 5:05 pm #26645Have you tried adding a !important to the css that’s being overwritten by ratehub?
like –
.container_16 {
width: 1240px !important;
}
Viewing 10 posts - 1 through 10 (of 18 total)
- 1
- 2
