Page 1 of 1

Mainmenu

Posted: 15 Oct 2013, 04:11
by kweb13
Hello saddened for my English but me use the Google translator.

I downloaded the demo version and I would have some questions:

- The East it possible to center the mainmenu when it is horizontal?
- What CSS have to we modify to increase the size of the "font" of the mainmenu?

Thank you for your assistant

Re: Mainmenu

Posted: 16 Oct 2013, 08:06
by mjau-mjau
kweb13 wrote:- The East it possible to center the mainmenu when it is horizontal?
Sorry, the horizontal feature just isn't very flexible at this point in time. You can't center it properly ...
kweb13 wrote:- What CSS have to we modify to increase the size of the "font" of the mainmenu?
Editing your theme stylesheet is explained here https://www.photo.gallery/documentation/cssreference/. Basically, you would be editing the .mainmenu class:
Code
.mainmenu { 
/*Sets global styles for all items in the main menu*/ 
} 
If you want to be more specific, you can edit the title specifically:
Code
.mainmenu_title { 
/*Styles for the actual text-title of the menu item*/ 
} 
All classes are referenced in the link above.