andrejc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesYes, I finally managed to solve the problem. I works when I use height modificator insted of padding/margin. Thank you all who have helped, I really appreciate it!
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesYep, it doesn’t work either.
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesActually, it works with some other css modifiers (like font-size), but not with margin-top.
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesIt still won’t work 🙁 Do I need to insert it to some specific part of style.css?
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesOk, let’s say that I want top margin on category item 16. Then css should be smth like this:
li.cat-item cat-item-16 {
margin-top: 30px;
}Is that right?
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesI didn’t see your post. I don’t really get how I’m supposed to use that, could you be more specific please?
Thanks
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesHm, I’m not sure in which file is that HTML code that needs to be modified?
In sidebar.php, there is only PHP code for generating categories list.
Thanks
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesBut I don’t need space between each 2 categories, but only some of them… Any easy way to do that?
Forum: Fixing WordPress
In reply to: Insterting empty line between two categoriesPlease, I know this is a newbie question, but I couldn’t find solution anywhere (though I found few similar topics, but without any replays).. Any help would be appreciated.