Welcome Guest, Not a member yet? Register   Sign In
H1,H2 headings are to big
#11

At the top your css (did you paste it twice??), you have:
Code:
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {font-size: 1em; font-weight: normal; font-style: normal;}

Further down, you have:
Code:
h1 { font-size: 2.25em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .8em; line-height:2em;}

Those later settings overwrite the settings at the top.

Please, if you share code, put it inside code or php tags (there are buttons for that on the button bar of the text editor). Here, I used the Code button. Php code looks like this if it's inside the right tags:
PHP Code:
$title 'This is my website';
echo 
$title
Reply


Messages In This Thread
H1,H2 headings are to big - by CodeNoobGniter - 09-21-2017, 12:27 PM
RE: H1,H2 headings are to big - by markskayff - 09-21-2017, 03:05 PM
RE: H1,H2 headings are to big - by donpwinston - 09-21-2017, 03:42 PM
RE: H1,H2 headings are to big - by CodeNoobGniter - 09-21-2017, 04:03 PM
RE: H1,H2 headings are to big - by donpwinston - 09-21-2017, 07:35 PM
RE: H1,H2 headings are to big - by Paradinight - 09-21-2017, 08:22 PM
RE: H1,H2 headings are to big - by Wouter60 - 09-22-2017, 12:45 AM
RE: H1,H2 headings are to big - by dave friend - 09-22-2017, 04:07 PM
[email protected] - by CodeNoobGniter - 09-22-2017, 04:58 PM
RE: H1,H2 headings are to big - by CodeNoobGniter - 09-28-2017, 02:35 PM
RE: H1,H2 headings are to big - by Wouter60 - 09-28-2017, 10:48 PM
RE: H1,H2 headings are to big - by CodeNoobGniter - 09-30-2017, 01:11 PM
RE: H1,H2 headings are to big - by Wouter60 - 10-01-2017, 11:06 AM
RE: H1,H2 headings are to big - by CodeNoobGniter - 10-01-2017, 11:34 AM
RE: H1,H2 headings are to big - by Wouter60 - 10-01-2017, 02:01 PM
RE: H1,H2 headings are to big - by CodeNoobGniter - 10-01-2017, 08:55 PM
RE: H1,H2 headings are to big - by Wouter60 - 10-02-2017, 10:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB