Avatar of Mike Waller
Mike Waller
Flag for United States of America asked on

removing spacing on header on blog page

I have a site here http://candjlighting.seozones1.com/blog and on that blog page, there is extra space below my header image which I want to remove.  However, it doesn't appear on my pages just this blog page.  how would I fix that in the css? Any ideas?
CSSWordPressPHP

Avatar of undefined
Last Comment
Mike Waller

8/22/2022 - Mon
Jerry Miller

Hagay Mandel

Seems like that line #92 in styles.css
#header .container { padding-top: 20px; height: 405px; } 

Open in new window

is the reason for that.
Mike Waller

ASKER
yes, but making that 0 will effect the other pages.  any other ideas?
Your help has saved me hundreds of hours of internet surfing.
fblack61
Jerry Miller

There is a <p> tag  in the header-wrapper section that doesn't exists in the others. Looks like it displays stats for the blog. If this is not needed, I would remove it.

It is located in header-wrapper-->Container-->div pagetop--><p class="tagline">
ASKER CERTIFIED SOLUTION
jtwcs

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Mike Waller

ASKER
That worked perfect, thanks!