Hi Deepa
Span is an inline element whereas Div is a block element, so depending how it is used, you can sometimes get extra space by using the Div tag.
On sub-menus I added the parameter targtag=”span”, as the default is Div which on our page added extra space (so this tag surrounds the target content with Span instead of Div and helped us remove some of the extra white space), for example
[expandsub1 title="Submenu 1" targtag="span"]
Hope this helps you out.
Cheers
Stuart
Hi Nicole
I was just looking through the forum and saw your post… you’ve probably resolved this by now but if not, you can add the trigclass=”heading” tag to the “expand” short code parameters on your page, and then add the following css
.heading {
color: #ffff;
}
into the “Custom Style” box on the plugin options page (Settings/Collapse-O-Matic/)
Hope this helps
Cheers