Separating the brochure and product pages

Two level, smoothly expanding, search engine friendly accordion menu.
Post Reply
classyglass
Posts: 1
Joined: Fri Feb 26, 2010 4:08 pm

Separating the brochure and product pages

Post by classyglass »

Love the new accordian add-on which we now have up and running on our website at www.classyglass.co.uk. We shall change the colours according to the help file so it matches our colour scheme but were keen to get it working for us. One minor improvement would be to have a small gap betwen the brochure pages and product pages as it all blends together at the moment. Is this something that can be easily done I wonder?
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Separating the brochure and product pages

Post by norman »

Here are two ways:-


1) Go to Settings / Site Options / Accordion Menu / Accordion Menu / SectionsHeading. Replace with <br/>ProductPages. You could also do this to BrochureHeading to make them look the same.

2) Go to Design / Library / Layouts / Accordion Menu / Glossy Accordion Menu. Look for:

Code: Select all

<actinic:block if="%3cactinic%3avariable%20name%3d%22AM%2dSectionHeading%22%20%2f%3e%20%21%3d%20%22%22" >
	<a class="menuitem" href="<actinic:variable name="TopSectionPageURL" />" ><span class="acc_caption"><actinic:variable name="AM-SectionHeading" /></span></a>
</actinic:block>
Put some <br/> just above that.
Norman
Post Reply