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?

Basic adjustments with ari menu.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Basic adjustments with ari menu.
#45728
Basic adjustments with ari menu. 10 Years, 5 Months ago Karma: 0
So basicly all I need to know is CSS script that will allow me to adjust hight and lenght of my ari vertical menu. I would like to know how can I change spacing on the top of menu. Ill paste screenshot in here with all the things I would like to know ! Thanks in advert !


I marked places that I would like to "remove" with red color.

With blue color I marked places that I would like to change (lenght/height)






If you would like to check the website here's link for it:

zso7.home.pl/gim6/

THANKS !


Btw. Could you give me the rule about removing that white edges on these arrows ?
Last Edit: 2013/11/04 08:31 By bugmenot.
The administrator has disabled public write access.
 
#45729
Re: Basic adjustments with ari menu. 10 Years, 5 Months ago Karma: 0
Btw. Its JSN epic free template and I would be grateful if you could set my ari menu same as their menu. Let me show you:

CLICK
The administrator has disabled public write access.
 
#45732
Re: Basic adjustments with ari menu. 10 Years, 5 Months ago Karma: 747
Hello,

Use the following CSS rule to remove space (it is added by site template) between menu items:

UL.ux-menu LI
{
margin: 0;
}

You can read here how to change menu items width.

Information about menu HTML layout and CSS classes is available here. It can be used if you want to customize the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45749
Re: Basic adjustments with ari menu. 10 Years, 5 Months ago Karma: 0
Thank you wery mutch but could you tell me please how am I suposed to hange height of every menu item ? I would be thank full !
The administrator has disabled public write access.
 
#45751
Re: Basic adjustments with ari menu. 10 Years, 5 Months ago Karma: 747
Use the following CSS rule:

UL.ux-menu LI A
{
line-height: 30px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45756
Re: Basic adjustments with ari menu. 10 Years, 5 Months ago Karma: 0
OMG Thanks you soooo mutch ! Love that free, and fast as hell help from your site ! Love ya
The administrator has disabled public write access.
 
Go to topPage: 1