Accordion Tab – change widt

Ticket for: Accordions Combo
0
Accordion Tab - change widt 1
Maaike
Mar 04, 2019 04:21 PM 1 Answers
Member Since Mar 2019
Subscribed Subscribe Not subscribe
Flag(0)

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
Accordion Tab - change widt 1
Accordion Tab - change widt 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Accordion Tab - change widt 4
PickPlugins
Mar 04, 2019
Flag(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

Sign in to Reply
Replying as Submit