Collapso with responsive themes.

Expanding / Collapsing, search engine friendly, Section menu.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Collapso with responsive themes.

Post 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;}
Norman
Post Reply