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.
Haven't seen a similar thread in the forum. Any ideas?
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.
Haven't seen a similar thread in the forum. Any ideas?
hmm - I tried this and it seems to work:
Find line 79 in your style.css and add a display:block; attribute.
#index ul.section span.section_title, #index ul.section span.section_title a {
cursor: pointer;
display: block;
font-weight: bold;
text-align: left;
text-decoration: none;
width: auto;
}
Try it and tells how it goes...
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.
I tried each suggestion individually, and they both seem to fix the problem.
Many thanks!
This thread has been closed, thank you.