Page 1 of 1

Collapso with responsive themes.

Posted: Fri Aug 05, 2016 9:04 am
by norman
Some of the Collapso styles (Reflective, RolloverBoxes, Technical) have widths set for each level and this won't play well with responsive themes.

If Collapso isn't adjusting in width when the page resizes, try this:

Go to Settings / Site Options / Layout / Site.

Check that Collapso Additional Style contains “Use Parent ()”.

If so, replace that with the following:

Code: Select all

#collapso5 div, #collapso5 ul ul div, #collapso5 ul ul ul div, #collapso5 ul ul ul ul div {width:auto;}
You could also try:

Code: Select all

#collapso5 div {margin:0 3%; width:auto;} #collapso5 ul ul div, #collapso5 ul ul ul div, #collapso5 ul ul ul ul div {width:auto;}