I know this is not php, but i coundnt find anywhere where i can help. I have this ramdon white spaces in between my elements and i dont know how to get rid of them. I tried margin and padding 0, and everything on the internet that gave answers.
/*HTML
[php]<!doctype html>
Stoneham Memorial ChurchSERVICES
Saturday 9:45am | Wednesday 7pm
LOCATION
29 Maple Street | Stoneham, MA 02180
WELCOME TO STONEHAM MEMORIAL SEVENTH-DAY ADVENTIST CHURCH
No alia malis eruditi his, eu eos homero delenit inciderint. Bonorum suavitate ad vix, euismod constituam eum ex, ex melius perpetua nam. Vix falli oporteat sadipscing cu, doming impedit ut eum. Sit id nonumy legendos scribentur, eum at soleat delectus invenire.
HEW HERE?
Lorem ipsum dolor sit amet, magna autem voluptatum mel ei, purto aperiam interesset vis no.
JOIN USWHO WE ARE
Lorem ipsum dolor sit amet, magna autem voluptatum mel ei, purto aperiam interesset vis no.
LEARN MOREONLINE GIVING
Lorem ipsum dolor sit amet, magna autem voluptatum mel ei, purto aperiam interesset vis no.
GIVE NOW©Stoneham Memorial Church 2016. All Rights reserved
/*CSS
body {
font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
font-size: 12px;
background-color: #EDE0CD;
}
.clearfix:before,
.clearfix:after {
content:"";
display:table;
}
.clearfix:after {
clear:both;
}
.clearfix {
zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.padding {
padding: 0 20px;
}
/*Header
**************************************************************************/
#header {
background-color: #303538;
}
.nav ul li a{
text-decoration: none;
}
.nav ul li{
display: inline-block;
}
#topNav {
background-color: #b7b8b3;
width: 100%;
max-width: 320px;
margin: 0 auto;
webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}
#topNav ul {
margin: 5 auto;
}
#topNav ul li {
font-size: 10px;
font-weight: bold;
padding-right: 5px;
}
#topNav ul li a {
color: #303538;
}
#mainNav ul li {
padding-bottom: 10px;
}
#mainNav ul li a {
color: #ffffff;
}
/*Banner
**************************************************************************/
#banner, #slideShow {
width: 100%;
overflow: hidden;
}
#slideShow img {
width: 100%;
}
/*About
**************************************************************************/
#about {
width: 100%;
max-width: 1080px;
}
.col2 {
width: 50%;
float: left;
}
.col2 h3,
.col2 p {
color: #ffffff;
}
#services {
background-color: #3657a6;
}
#location {
background-color: #5aacb8;
}[/php]