Where in the CSS is the amount of space below content defined?

I want to have standard page titles a lot bigger than the rest of the menu and teaser titles scattered about which are also

and rather than mess with all them I thought i'd just promote it to H1 on line 68 of page.tpl.php but when I did this the view, edit tabs etc dropped down the the next line (there was enough space for them even with the expanded heading) . The Garland CSS is a little more than I'm used to, what do I need to tweak where so that the H1 line break behaves the same way as the H2 tag?

Comments

thomasmurphy’s picture

OK, I shouldn't have but all that talk about tags in . It should have read

Where in the CSS is the amount of space below H1 defined?

I want to have standard page titles a lot bigger than the rest of the menu and teaser titles scattered about which are also
H2 and rather than mess with all them I thought i'd just promote it to H1 on line 68 of page.tpl.php but when I did this the view, edit tabs etc dropped down the the next line (there was enough space for them even with the expanded heading) . The Garland CSS is a little more than I'm used to, what do I need to tweak where so that the H1 line break behaves the same way as the H2 tag?

CandiceJarrett’s picture

I've never tried to answer someone's question on here... I'm wicked new to drupal.... so I don't know if this will work....

but I've been messing with the garland template and instead of promoting the headers to H1's... I think the titles you are talking about are h2's or h3's.... why don't you remove those tags individually from the style sheet and see which tag was originally assigned to the title you want to affect... once you do that... just change the tag to whatever size, color, style you want and leave the h1 tag alone. I did that for my titles when I was using the same template and it worked for me ok.

I hope that helped... but really, I'm so new to this.... if it doesn't work, hopefully one of the pro's on this will give you something better. You can try my way for now if you like but back up your work because I don't know what I'm talking about. Just trying to help.

Cheers,

Candice

www.CandiceJarrett.net

thomasmurphy’s picture

kinda where I'm at at the moment, but I thought I'd pop a question in here so someone could help us out and show us the best way to do it!