tgraasch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fixing navigation color on Chrome browserThanks so much! This edit worked well, I really appreciate the help.
Forum: Fixing WordPress
In reply to: Site syntax error/parse errorThanks for the help! I’m going to try this in the morning and let you know how it goes.
I’m so frustrated I made this mistake….guess it’s a learning opportunity!
Forum: Fixing WordPress
In reply to: align Easing Slider on twenty eleven child themeUsing firebug live-edit I altered the bits you mentioned to this:
.singular #content, .left-sidebar.singular #content {
margin: 0 0;
position: relative;
width: auto;
}.one-column #content {
margin: 0 0;
width: auto;
}and it seemed to do the trick. Thanks very much for the help!
This might seem like a silly question (still learning…!) but how did you isolate those particular parts of the CSS code? I’ve been using firebug but can’t seem to get that specific like you did.
Forum: Fixing WordPress
In reply to: align Easing Slider on twenty eleven child themeSo I should copy/paste the CSS parent template and remove those two bits along with editing the first you mentioned? I’ll try this and let you know…though there seems to be a significant lag for my edits to show on the site. Thanks for the quick reply!