I have a slider that for some reason is half obeying margin 0?
Also, is there anyway I can make the top bar background not have such a large white border around it? I’m trying to make it start right underneath the browser url bar but it seems to leave a fairly large gap?
http://ispiked.net/tests
I have a slider that for some reason is half obeying margin 0? Also,
Share
Add
position: relativeto the div withclass="oneByOne1". That should fix the slider.As for the top bar, add
margin: 0;to both thebodyelement and thepelement inside.topbar– afterwards you might want to add something likepadding-top: 15pxto that samepelement.