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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

drop down menu style problem....
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: drop down menu style problem....
#17578
drop down menu style problem.... 12 Years, 11 Months ago Karma: 0
when i apply ari ext menu on my site then the sub menu can't design was run.... please help. thanks..
my site: www.myholywordchurch.com
The administrator has disabled public write access.
 
#17579
Re:drop down menu style problem.... 12 Years, 11 Months ago Karma: 748
Hello,

Add the next CSS rule:

Code:


#header ul.ux-menu li ul a
{
 display: block !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17628
Re:drop down menu style problem.... 12 Years, 11 Months ago Karma: 0
Thanks. i solve it .... but i still face a problem, how to adjust the width and align the text to left? i wan the whole menu width increase.
thanks.
The administrator has disabled public write access.
 
#17629
Re:drop down menu style problem.... 12 Years, 11 Months ago Karma: 748
Set "Sub-menu items styles -> Text align" or "Main menu items styles -> Text align" parameter to "Left". About width, could you provide screenshot where we can see what do you want to achieve?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17633
Re:drop down menu style problem.... 12 Years, 11 Months ago Karma: 0
this is my screen shot. thanks.
Last Edit: 2011/07/22 07:08 By snoopyli86.Reason: image too large
The administrator has disabled public write access.
 
#17636
Re:drop down menu style problem.... 12 Years, 11 Months ago Karma: 748
Add the next CSS rules:

Code:


.ux-menu A.ux-menu-link-level-0
{
 display: block !important;
 width: 61px;
}

.ux-menu-sub A
{
 white-space: nowrap !important;
}



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