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?

Incorrect width on last button
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Incorrect width on last button
#5793
Incorrect width on last button 13 Years, 9 Months ago Karma: 0
Hi!

First I must say that you have a lot of great products

I have an issue with the ari ext menu. the width were incorrect to start with so I used the code below that I found in another tread:

--------------------------------------------------------------------------------

.ux-menu-container .ux-menu a.ux-menu-link-last
{
width: 154px;
}

--------------------------------------------------------------------------------
The problem is that the last button is 3-4px shorter than the others??!? I have replaced button etc, but always get same issue on the last one.

What went wrong???

Link (still under construction): hovmedia.com/oaseshop/
The administrator has disabled public write access.
 
#5794
Re:Incorrect width on last button 13 Years, 9 Months ago Karma: 747
Hello,

If you want to do all menu items with the same width, add the following CSS rule instead of your CSS rule:

Code:


.ux-menu-container .ux-menu a
{
  width: 158px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5806
Re:Incorrect width on last button 13 Years, 9 Months ago Karma: 0
Great!!!

Thanks
The administrator has disabled public write access.
 
Go to topPage: 1