I don't understand what is going on here. I have put !Important next to the headers size and no matter what I do it never seems to change. The site is Here -->
The blogs title is bigger on the "blog page" than the rest of the site.
I don't understand what is going on here. I have put !Important next to the headers size and no matter what I do it never seems to change. The site is Here -->
The blogs title is bigger on the "blog page" than the rest of the site.
The problem is the style you've added !important to.
If you reduce this font size down, you should see the problem reduce.
#blog-title {
font-size: 25px !important;
...
}If I change that then It will change my header for all my other pages to be smaller. any other suggestions?
[ Please do not bump, that's not permitted here. ]
You must log in to post.