Another thing I'd like to fix is the width of the sidebar. I'd like it to be just a bit narrower because my photos in the journal touch it with one side, and it doesn't look nice (I like symmetry). I'd like to keep the size of the photos though, that's why I want to get the sidebar a bit narrower. I just forget how to do it. Did it before but now I'm afraid I'll mess up with the codes. I'm not very good at it.
Comments
/* Smaller Sidbar */
#beta {width: 150px; margin-left:40px}
/* Tags Alignment in the Sidebar (second line = Tags Heading) */
.categories-widget li {text-align:right}
.categories-widget h3 {text-align:right}
/* No Comment Count in the Sidebar */
.archive-widget li a[href*=".html"] {display:none}
I am not 100% sure about the disabling of the comment count. It works, I tested it. But it might work too well and sometimes disabling links you do not want disabled. If you use it, please watch it narrowly for some time.
Good luck!
Ana
function print_module_tags(string title) {
var bool show_count = false; }
The closing bracket is missing; close the line with the bracket and insert the code afterwards.
Hope, it works.
Ana
Here's a better solution, which will work in the Internet Explorer as well:
delete:
#beta {width: 150px; margin-left:40px}
add:
#beta {background:transparent}
#beta-inner {width: 150px; margin-left:40px }
So long,
Ana