I have a strange horizontal scroll, strange because I have a 100% width container.
Take a look at this link to see what I’m talking about
I have a strange horizontal scroll, strange because I have a 100% width container.
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.
Remove the
floatandwidthfrom the triggers.Your elements have
width: 100%, which causes them to occupy the entire width of the page.You’re adding a border and padding to them, which adds to that width and makes them bigger than the page.