khartist
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [twenty-twelve] Add Media function not workingAdd Media function still not working, however, I’m using the ‘Insert/edit image’ button instead and that seems to work.
Forum: Themes and Templates
In reply to: [Twenty Eleven] 2nd level nav menu not workingIt’s working now! I moved the code up into the menu #access section of the child theme. Thanks. Karen
Forum: Themes and Templates
In reply to: [Twenty Eleven] 2nd level nav menu not workingTried adding the #access ul ul to my child theme with no luck.
How do I move the sub-menu vertically?
K
Forum: Themes and Templates
In reply to: How to remove grey line in the header of Twenty ElevenIt’s fixed! Turned out it was in my jpg header image.
Forum: Themes and Templates
In reply to: How to remove grey line in the header of Twenty ElevenThis worked great for removing the top boarder, however, I tried removing the left boarder with the following code and it didn’t work.
#branding {
border-top: none;
border-left: none;
}Forum: Themes and Templates
In reply to: [TwentyEleven] H tags not workingIt worked. Thanks for pointing me in the right direction!
Forum: Plugins
In reply to: [Promotion Slider] can't get rid of grey area in promo sliderThanks Micah, it worked. Awesome! A token donation is on its way! Cheers, Karen
Forum: Plugins
In reply to: [Promotion Slider] can't get rid of grey area in promo sliderI added the code to the Twenty Eleven: Stylesheet (style.css) at the bottom and it didn’t work.
/* =IE7
———————————————– */#ie7 article.intro {
margin-left: -7.6%;
margin-right: -7.6%;
padding-left: -7.6%;
padding-right: -7.6%;
max-width: 1000px;
}
#ie7 section.featured-post {
margin-left: -7.6%;
margin-right: -7.6%;
max-width: 850px;
}
#ie7 section.recent-posts {
margin-right: 7.6%;
}
.promo_slider img {
border: none;
}Forum: Plugins
In reply to: [Promotion Slider] can't get rid of grey area in promo sliderHi,
I really like the promotion slider!I have the 2011 theme installed and am trying to remove the grey line in the slider. I have found the theme’s CSS file, however, where exactly do I insert the code? Can anyone give me an exact location?
div.promo_slider .panel { background: none; }