Forum Moderators: not2easy

Message Too Old, No Replies

accordion content visible by default

         

richarddunnebsc

5:40 pm on Sep 9, 2023 (gmt 0)



How do I make accordion content visible by default? I only have one panel/content initially.
This is my current content css
.accordion-content {
display: none;
height: 550px;
padding: 20px;
overflow: auto;
border: solid;
width: 100%;
}

Thanks for any help with this.

coothead

7:20 pm on Sep 9, 2023 (gmt 0)

5+ Year Member Top Contributors Of The Month



Remove...

display: none;


coothead