Edit font on Main Menu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Sep 07, 2012 9:55 pm
Reply with quote
Report this post
Hi,
I need to edit the size of font in Main Menu, and the text-alignment. I tried with in style.css but any changes.

Best regards
Joomlis
User avatar
Expert Boarder

Konrad M
Fri Sep 07, 2012 10:10 pm
Reply with quote
Report this post
Hi,
to change font size please try add to override.css
Code: Select all
.gkMenu > ul > li {
font-size: 20px;
}

and change value to fit your needs. Remember to enable override.css option in template settings. Can you explain more text aligment change ?
User avatar

GK User
Fri Sep 07, 2012 10:36 pm
Reply with quote
Report this post
Thanks for help, please one more question which CSS-file to align the content of main menu to the right

Best regards
Joomlis
User avatar
Expert Boarder

Konrad M
Fri Sep 07, 2012 10:47 pm
Reply with quote
Report this post
Please try add this to override.css
Code: Select all
#gkMainMenu {
float:left;
width:100%;
background: #2F3335;
}
.gkMenu > ul {
float: right;
}
User avatar

GK User
Fri Sep 07, 2012 11:02 pm
Reply with quote
Report this post
Thanks dear Konrad for your help,

Best regards
Joomlis
User avatar
Expert Boarder


cron