Ankit Kumar
Ankit Kumar

Reputation: 28

Need Assistance with Realtime CSS Issue

I am currently working on CSS design on my site FortheStartup.com

I am stucked at a point. The header of site is BLUE COLOR (#0d47a1) but from somewhere a white line is appearing just over the header. I have looked around to see if there is any CSS padding etc but not able to fine. Can anyone assist? (I can post screenshot if required)

Upvotes: 0

Views: 29

Answers (1)

Heri Hehe Setiawan
Heri Hehe Setiawan

Reputation: 1633

Looks like it comes from your #wrapper?

#wrapper {
 padding: 10px 0 40px;
}

Upvotes: 1

Related Questions