Styling WP templates with CSS
-
I still have some problems with theme templates and CSS (using the “mistylook”-theme)… could not find any answer using the suppourt search form… please, also see my website, as this is exactly the same text as a post there… thank you!
———-
1. “Pages”-list in sidebar:
If you take a look at the “Pages” navigation in the sidebar, you’ll notice the big distance between the headline – “Pages” – and the first entry (currently “Counterstrike”). I already know that the template uses wp_list_pages(), and that you can change the style via CSS using the “current_page_item” or the “page_item” selector. I tried to integrate it into my stylesheet setting the “margin-bottom” to zero px, but nothing happened….2. Ordered list in comments:
I wanted to show comments as an ordered list using “1, 2, 3, …” and so forth. So I exchanged “<ul>” with “<ol>” in my comments template. The only problem is that the number is shown above the author’s name, not before…3. Comment number in reverse order (guestbook):
I have the same problem as described in #2 in my guestbook, but in addition to this, I want the numbers of the comments to be displayed in reverse order…If anyone has any suggestions, I would be very grateful!
The topic ‘Styling WP templates with CSS’ is closed to new replies.