Indexpand menu jump

passerby / 2013-02-01 12:31:18   

Hi,

I'm using indexpand in combination with the columner theme. When selecting a section to open the submenu, it makes a noticeable jump/slide to one side.

bit.ly/…

Haven't seen a similar thread in the forum. Any ideas?

arsondpi / 2013-02-01 12:42:24   

hmm - I tried this and it seems to work:
Find line 79 in your style.css and add a display:block; attribute.

  1. #index ul.section span.section_title, #index ul.section span.section_title a {
  2.     cursor: pointer;
  3.     display: block;
  4.     font-weight: bold;
  5.     text-align: left;
  6.     text-decoration: none;
  7.     width: auto;
  8. }

Try it and tells how it goes...

Vaska A / 2013-02-01 13:59:48   

I believe I made a note, not sure where, that with Indexhibit and this template you should set the animation to zero - I think it will help.

passerby / 2013-02-01 15:38:43   

I tried each suggestion individually, and they both seem to fix the problem.

Many thanks!

This thread has been closed, thank you.