Forum Discussion
MCFNeil
9 years agoQrew Captain
This "accordion" function is using some css styling that is more than likely kept in a CDN file and just called from your code page "accordion.js" you will need to do one of two things (or both),
1- adjust the css in the code page to override the CDN styling.
And/Or
2- Remove / combine some of your section headings. It picks up on which section headings you have, so by reducing that list, you may be able to get it into one line.
1- adjust the css in the code page to override the CDN styling.
And/Or
2- Remove / combine some of your section headings. It picks up on which section headings you have, so by reducing that list, you may be able to get it into one line.
GauravSharma3
9 years agoQrew Commander
Great :)