Shape 5

Wordpress Club Themes => Sienna - Club => : lesstechcs May 25, 2013, 07:15:43 AM



: IE9 Colimn Splitter problem on Menu
: lesstechcs May 25, 2013, 07:15:43 AM
When viewing website http://trapperj.com on IE 9 the menu under Wildlife Services only shows 1 column, it works fine under IE 8 and Chrome. How can I fix this?


: Re: IE9 Colimn Splitter problem on Menu
: Tristan Rineer May 27, 2013, 06:55:20 AM
It's a little bit of a workaround, but adding the following code to your site CSS should fix it:

:
#li_child_3 ul{width:50%;}

For some reason the auto-resizing for the submenus doesn't appear to be working on your site in IE9, but that will force the width of those specific columns to be 50%, allowing them to "float" next to each other.

You should be able to add it to the CSS anywhere you want, but the easiest place would be in styles.css in the theme folder.