Lair
Forum Replies Created
-
Ok – Thank you for the help!!
Becca
Thank you for your reply! I’ll give that a try.
I’m wondering…one other option; is it possible to change the font of the tool-tip? Or would that require a custom template as well.
Thanks,
BeccaForum: Themes and Templates
In reply to: [Tracks] Width containerOooh that’s nice 🙂 Thank you so much. It takes me forever to find these new things, teaching myself as I go — I very much appreciate the help!!
Cheers!
Forum: Themes and Templates
In reply to: [Tracks] Width containerHi Ben! I’m sorry for my slow response (especially thank you for yours). I added both codes but they didn’t change anything. I’m pretty new to wordpress so I might be missing something basic.
Just in case it’s relevant, I have a longish list of codes in the Custom CSS. Here’s the full text:
.further-reading{
display: none;
}.comments- {
padding: 0 5% !important;
}.comment-content {
width: 70% !important;
}.entry-categories, .entry-tags {
display: none;
}.entry-container {
padding: 0 5% !important;
}.ngg-galleryoverview {
text-align:center;
}.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}.ngg-gallery-thumbnail img {
padding: 0px !important; border: none !important;
border-radius: 0px !important;
margin: 0 !important;
}.ngg-galleryoverview {
overflow:visible!important;
}.ngg-gallery-thumbnail img {opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity .5s linear;
}.ngg-gallery-thumbnail img:hover {opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: opacity .5s linear;
}Forum: Themes and Templates
In reply to: [Tracks] Width containerHi Ben! I used this Custom CSS recently and it’s perfect (love your theme as well). But I’m wonder…is it possible to remove the padding from the comments as well?
http://www.beccabewick.com/?p=776Thanks!
BeccaForum: Plugins
In reply to: [Geo Mashup] Large Global map to match Theme CSSThank you so much! I hadn’t noticed that option but that helps me.