*edit* fixed it, thank you! Hi guys, This might be a stupid question but I'm a beginner CSS guy... in my blog, I've been looking over my style.css for ages, trying to get my navigation lists to be the same size as my sidebar text. if you look at it, the sidebar texts are a bit smaller than the nav lists font size. I can't find the part that controls it, can anyone help? http://www.urbanmonk.net/ thank you in advance!
I don't know if I understood correctly, but maybe this can help you: #sidebar .sidebar_left ul h2 { padding-bottom: 10px; border-bottom: dashed 1px #CFCFCF; font-size: 1.1em; font-family:"Century Gothic", Verdana, Arial; } #sidebar .sidebar_right ul h2 { padding-bottom: 10px; border-bottom: dashed 1px #CFCFCF; font-size: 1.1em; font-family:"Century Gothic", Verdana, Arial; } In bold is what I modified.
Thanks Dwaighty, but sadly it's not the right one, it modifies the header. I've added green for you, though. Thanks again.
hehe thanks mate, if i could give you another green i would, but i have to go give some other people green first