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?

Ari Menu Sub Categories
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Ari Menu Sub Categories
#41489
Re:Ari Menu Sub Categories 10 Years, 11 Months ago Karma: 0
I did. Changed the name of "shop" to "test shop". Still right align.
The administrator has disabled public write access.
 
#41490
Re:Ari Menu Sub Categories 10 Years, 11 Months ago Karma: 748
#header .ux-menu-sub A
{
display: block !important;
float: none;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41491
Re:Ari Menu Sub Categories 10 Years, 11 Months ago Karma: 0
That is great. Works perfectly. One last request. I am trying to put a border on these subcategory menu items only, not on the main menu items. I get the border but as you can see from my screenshot image the horizontal border does not go 100% across the subcategory menu item.
The administrator has disabled public write access.
 
#41502
Re:Ari Menu Sub Categories 10 Years, 11 Months ago Karma: 748
Use the following CSS rule to add borders instead of your CSS rule:

#header .ux-menu-sub LI
{
border: 0.5px solid #FFF;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41516
Re:Ari Menu Sub Categories 10 Years, 11 Months ago Karma: 0
Thank you so very much. Perfect!!!
The administrator has disabled public write access.
 
#41519
Re:Ari Menu Sub Categories 10 Years, 11 Months ago Karma: 0
Is there a way to specify different borders for the sub menu items? I want to turn off left and right borders

#header .ux-menu-sub LI
{
border: 0.5px solid #FFF;
border-top-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
}
The administrator has disabled public write access.
 
Go to topPage: 1234