Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Couple Items: Missing sub menu, center menu, fonts
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Couple Items: Missing sub menu, center menu, fonts
#26049
Couple Items: Missing sub menu, center menu, fonts 12 Years, 8 Months ago Karma: 0
Couple issues to get resolved... This is my site: www.phototahoe.com

I'd like to center the menu
I had a sub-menu under galleries but that doesn't wanna show up
and is it possible to use the google fonts to replace the traditional font with the module?

Thanks!
The administrator has disabled public write access.
 
#26055
Re:Couple Items: Missing sub menu, center menu, fonts 12 Years, 8 Months ago Karma: 760
Hello,

We can't open provided link. "Bandwidth Limit Exceeded" error occurs.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26139
Re:Couple Items: Missing sub menu, center menu, fonts 12 Years, 8 Months ago Karma: 0
sorry...please try again.

Thanks.
The administrator has disabled public write access.
 
#26142
Re:Couple Items: Missing sub menu, center menu, fonts 12 Years, 8 Months ago Karma: 760
Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


BODY #mainMenu
{
 overflow: visible;
}

#mainMenu .ux-menu-container
{
 text-align: center;
}

#mainMenu .ux-menu-container .ux-menu
{
 display: inline-block;
}



About Google fonts, you can load necessary font on your site and use the next CSS rule:

Code:


UL.ux-menu LI A
{
 font-family: FONTNAME;
}



Where FONTNAME is the name of the font which you want to use.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1