dougmpls Posted November 9, 2021 Share Posted November 9, 2021 Site URL: https://www.douglasmack.net/accordion-test-page I'm using the accordion tool and I would like the description text to fill the width of the box (or at least get a lot closer), rather than having such a large right margin/padding. I can't find this in the accordion options. Am I missing something? Or is there a way to adjust this with custom CSS? Thanks! Link to comment
Wolfsilon Posted November 9, 2021 Share Posted November 9, 2021 Try using the following code in your Custom CSS menu: .accordion-item__description { max-width: 100% !important; } Best, Dan dougmpls and tuanphan 2 Link to comment
dougmpls Posted November 9, 2021 Author Share Posted November 9, 2021 7 minutes ago, Wolfsilon said: Try using the following code in your Custom CSS menu: .accordion-item__description { max-width: 100% !important; } Best, Dan This worked, thank you, Dan!! Wolfsilon 1 Link to comment
Wolfsilon Posted November 9, 2021 Share Posted November 9, 2021 Great, glad to hear that. Happy Coding! Lesh, dougmpls and tuanphan 3 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment