Search…

X3 Photo Gallery Support Forums

Search…
 
kweb13
Topic Author
Posts: 3
Joined: 14 Oct 2013, 11:56

Mainmenu

15 Oct 2013, 04:11

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Mainmenu

16 Oct 2013, 08:06

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.