MontyPL
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Removing space between main body and footerNever mind, I added
#page { padding-bottom: 0px; }to custom.css and it’s ok now.
Forum: Themes and Templates
In reply to: [Hueman] Featured image/categoryThanks again bdbrown! My site is finished. You rock!
Forum: Themes and Templates
In reply to: [Hueman] Featured image/categoryNope 😛
I want every post on the home page to has a Featured Image. Like it works now.
http://sixers.pl/new/On the single post view I want to show the Featured Image for every post BUT one category. Right now it works for every post, so I must exclude one category somehow.
Forum: Themes and Templates
In reply to: [Hueman] Page title: position of the textCheers!
Forum: Themes and Templates
In reply to: [Hueman] Fonts and text alignOK cheers.
Forum: Themes and Templates
In reply to: [Hueman] Top sidebar -> How to reduce height?Thanks. I changed 18px and 17px to 15px and 15px in css style (.page title line) and it’s ok.
Forum: Themes and Templates
In reply to: [Hueman] Top sidebar -> How to reduce height?It works, thank you again bdbrown.
One more thing – the box between “Follow” and “More” sidebars is obviously 5px bigger now. I think I can try to fix it by my own and learn something as you said in the other thread. The only question is – what’s the name of this box? I will try to make it smaller too, but I need the name.
Forum: Themes and Templates
In reply to: [Hueman] Fonts and text alignEverything works perfectly now. Thank you, thank you, thank you!.
My custom.css file looks as follows:
/* justify post excerpt text */ .post-inner .entry.excerpt { text-align: justify; } /* reduce post author & date size */ .post-byline { font-size: 12px; } /* reduce post line spacing; justify post content */ .entry p { line-height: 1.3; text-align: justify; } /* reduce post line spacing */ .entry ol, .entry ul { line-height: 1.3; } /* reduce post excerpt font size */ .post-inner .entry.excerpt p { font-size: 15px; } /* reduce post content font size */ .single .entry p { font-size: 15px; } /* reduce post excerpt title font size */ .post-inner .post-title { font-size: 22px; } /* reduce post excerpt category and date font size */ .post-inner .post-meta { font-size: 12px; } /* reduce list font size */ entry ol, .entry ul { font-size: 15px; }You are right, I should learn more, thanks for links. I used to know basics, but first of all now coding looks different and secondly it’s difficult for me to change someone else’s work. I never know where to find things, what are the names. It’s confusing.
Forum: Themes and Templates
In reply to: [Hueman] Top sidebar -> How to reduce height?Thanks, I will in a minute. If you try to fix my problem from the other thread (fonts size) because the site is offline now, I would be very grateful.
Forum: Themes and Templates
In reply to: [Hueman] Top sidebar -> How to reduce height?I’m sorry, I meant the sidebar field (follow, more) is too height. I’d like to reduce for about 5px.
Forum: Themes and Templates
In reply to: [Hueman] Top sidebar -> How to reduce height?Yes, exactly. Font is pretty much fine, but the whole sidebar is too big.
Forum: Themes and Templates
In reply to: [Hueman] Fonts and text alignNo, it works – my mistake. However:
1. I need to make an author name and date smaller too (full post), because it’s the biggest font now.
2. I need to make the space between lines little bit smaller. Looks weird now.
3. I want justifications for full post too (works only for excerpt).
4. I want smaller font for title/date/categhory/text for excerpt too (works only for full post).
5. Smaller fonts don’t work with bulleted/numbered list at all.Hope that’s all. Pretty tough stuff for me.
Forum: Themes and Templates
In reply to: [Hueman] Fonts and text alignNope, does not work 🙁
Once you’re online please let me know so I will put the site offline and give you new links.
Forum: Themes and Templates
In reply to: [Hueman] Fonts and text alignI have to come back to old website, because it’s offline for over one hour. Sorry, links will not work anymore.
Forum: Themes and Templates
In reply to: [Hueman] Fonts and text alignI think that smaller font and justification would be better in both excerpt and full post.