422
MVP422 MVP
Reactions
-
Re: [Solved] There are two mistakes, one small, the second is more...
Not sure, but i am guessing minify is the issue. My advice, ditch the minify plugin. You may need to delete all .ini files in cache folder too. Not knowing where you added the css fix, ensure it is p… (View Post)2 -
Re: [Solved] There are two mistakes, one small, the second is more...
The issue isnt x00's addon but a glitch between std vanilla and his mod, but i think this fix would best be added to his plugin css. We had similar issue, that being entire li becomes click issue as … (View Post)1 -
Re: [Solved] There are two mistakes, one small, the second is more...
then ADD this .PanelInfo li a { float: left; margin-left: 12px; } (View Post)3 -
Re: [Solved] There are two mistakes, one small, the second is more...
In your custom css find: .PanelInfo li a { float: left; } change to: .PanelInfo li a { float: left; margin-left: 12px; } (View Post)1 -
Re: [Solved] There are two mistakes, one small, the second is more...
Specific to your needs. http://stackoverflow.com/questions/11176742/jquery-accordion-add-arrow-only-if-has-child Or http://jsfiddle.net/rq9UB/ (View Post)2