Ticket for: Accordions
0
Maaike
Is there a way where the width of the accordion can be changed? I dont want it to go all the way across the page.
thanks
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Accordion width depends on wrapper width, although you can use custom CSS
.accordions {
width: 400px;
}
/*by ids*/
#accordions-123{
width: 400px;
}
Let me know the result.
Regards 