I’m trying to get the gold title box flush with the box below it. With margins set to 0, why aren’t they butting up against one another?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
update:
the
ul.tweet_listhas a default margin. Set it tomargin: 0and it should work.Through margin-collapsing, theulinside the container creates the margin.(on a first glance I thought the
.widgetwas creating the border…)