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?

Distance between the submenus buttons
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Distance between the submenus buttons
#30457
Distance between the submenus buttons 11 Years, 11 Months ago Karma: 0
Please help,

How to make the distance between the submenu buttons 0px?

Thank you!
The administrator has disabled public write access.
 
#30461
Re:Distance between the submenus buttons 11 Years, 11 Months ago Karma: 748
Hello,

Provide a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30469
Re:Distance between the submenus buttons 11 Years, 11 Months ago Karma: 0
I believe that they are trying to find out the same issue that I am.
Please see drop-down menu under "About Us"

I'm trying to figure out how to format the sub menu items to have more white behind them and to be closer together.

www.scrchurch.org/


Thanks!
The administrator has disabled public write access.
 
#30479
Re:Distance between the submenus buttons 11 Years, 10 Months ago Karma: 0
I was able to answer my question tonight with Firefox Web Developer.

In the "CSS Styles" text box at the very bottom right of the ARI Ext Menu module page I entered the following CSS code and I was able to modify the look of the sub-menu boxes:

.ux-menu ul a {
height:25px;
background-color:#FFF;
padding-top:10px;
margin-top:-5px;
margin-bottom:-5px;
}

Hope that helps someone else.
The administrator has disabled public write access.
 
#30483
Re:Distance between the submenus buttons 11 Years, 10 Months ago Karma: 0
link to the site...

www.uaos.unios.hr/

thank you!
The administrator has disabled public write access.
 
#30500
Re:Distance between the submenus buttons 11 Years, 10 Months ago Karma: 748
Use the next CSS rule:

Code:


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



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