Why are some of my accordions triggering other accordions when they have different names?
I've been working on resolving the issue where opening the second accordion in the second, third, or fourth panel closes the second accordion in the first panel if it's open. This problem occurs multiple times with various panels triggering different panels than they should.
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body {
background: #111d27;
color: #111;
/*min-width: 320px;*/
min-width: 1024px;
font-size: 16px;
font-weight: 300;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility: hidden;
position: relative;
padding: 50px 20px;
}
.main {
text-align: center;
color: #777;
font-size: 14px;
padding-left: 0;
margin-bottom: 30px;
background-color: #F5F5F5;
font-family: 'Lato';
}
.main img {
display: block;
margin: auto;
width: 32px;
}
/* more CSS code here... */