Page 1 of 1

font size subfolder

Posted: 24 Jul 2012, 04:07
by alberto
please can anybody tell me where I can find on the stylesheet where I can find font size of the subfolder in the menu?
thanks

albertobernasconi.com

Re: font size subfolder

Posted: 24 Jul 2012, 23:36
by mjau-mjau
There is not really any "font size of subfolder" ... You set font-size for the menu with the following item:
Code
.mainmenu_title {
}
However, you may be able to use the level classes to apply a style on specific levels in the menu. For example:
Code
.mainmenu_level2 {
font-size:13px;
}
The above generally represents the secondary level, or first level of submenu items.

Re: font size subfolder

Posted: 25 Jul 2012, 05:29
by alberto
perfect, it works.thanks
A.

Re: font size subfolder

Posted: 25 Jul 2012, 06:54
by alberto
is there a way to make the subfolder menu collapsed automatically after I open a picture?
thanks.
A.

Re: font size subfolder

Posted: 26 Jul 2012, 00:03
by mjau-mjau
alberto wrote:is there a way to make the subfolder menu collapsed automatically after I open a picture?
Unfortunately no. Sorry, I need to apologize because I see you are using the "horizontal menu" ... Unfortunately, the horizontal menu is a simple modification of the vertical menu, and it does not include proper settings for how a horizontal menu should work. Either I would reconsider using the vertical menu instead, or you will need to simply accept that the horizontal menu is slightly limited. Perhaps we will include a separate horizontal menu in a future release!