Mollysaurus
Forum Replies Created
-
Thank you so much, nobita! You are always so quick with the precise answer needed. Your English is just fine, no need to apologize for it.
Thanks again!
How can I change the font size of the entry titles? I looked through the style.css but didn’t see a spot where the font size was dictated, and I don’t know if it’s h2 or h3…
EDIT: Never mind, I figured it out!
Perfect, that worked like a charm! Thank you!
No, it’s not. I can’t find any way to control the size of the font in the widget title.
I’m still having the problem with the title of the Twitter widget. It says “Twitter Feed” but it’s cut off horizontally in the middle of the letters.
I just changed the settings in the last few minutes. I was fed up with the way it was displaying the site-description, so I made a custom header image with our logo and the tag line we wanted, to save myself a headache.
Okay, now I am able to see the tag line (No mystical energy field controls my destiny.) but it’s inline after the title and it wraps to the next line. I’d like it to be moved more left so the whole sentence can fit on one line (if that makes sense.)
The site title is currently set to “display: none;” someplace in the theme — so that’s why it’s not visible. I’m not familiar with that theme, so can’t help with specific fix — but you’ll need to track down where that setting is.
Thank you, that’s a good start. I’ll look through the code and see what I can find.
It’s not hard to center the title — add this to your CSS:
#site-title {
display: block;
max-width: 100%;
text-align: center;
}This didn’t change anything. I added it to the end of the style.css Is there somewhere else it should go instead?
I’m using Firefox 15.0.1
It’s not a big deal if the title cannot be centered. However, I very much would like our tag line to display under the title.
I don’t know what child themes are. Can you please explain it? I’m extremely new to CSS but I learn quickly.