expanded menus at home page

scarface / 2013-06-02 18:28:27   

Hello ! how should i do to have a certain section with all the exhibits expanded when i open the home page ?
Thanks a lot in advance !!!

scarface / 2013-06-02 18:29:08   

(i mean the exhibits list)

arsondpi / 2013-06-02 20:18:12   

I'm not sure I understand very well - what would you like to achieve?

scarface / 2013-06-02 21:52:50   

i´ll try to explain this better:
under the section called proyects, i´d like all the exhibits to display listed, when you arrive to main page
(now the list is collapsed and with one click on the section title they display,,,)

arsondpi / 2013-06-03 10:39:50   

Normally you'd need to affect things with javascript but I guess you can get things done with a hack
Just type in your text area the following which does exactly what you're after:

  1. <style type="text/css">ul#section_11.section li ul { display: block !important; }</style>
scarface / 2013-06-04 17:43:27   

Thanks a lot!

scarface / 2013-06-04 18:29:01   

excuse me, what do you mean by text area?
just tried it in the bottom part in the base and style ccs and seems not to work neither of both

arsondpi / 2013-06-04 22:45:57   

I mean literary in the text area of your home page exhibit (as you would with any text)

This thread has been closed, thank you.