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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

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


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?

Submenus Clipped
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenus Clipped
#32997
Submenus Clipped 12 Years, 6 Months ago Karma: 0
I'm having a problem with the Ari Ext menu on the site www.cambridgeart.org/. Anything dropping into the next section is clipped. As you can see in the "Exhibitions" tab one of the sub-sub items is clipped. Theme is Yoo-intro.
I added the code below but it didn't help ( z-index is set to 100)

Bob

div#header
{
overflow: visible;
}
#header ul.ux-menu li a:link,
#header ul.ux-menu li a:visited
{
display: block;
padding: 10px 14px;
}

#header ul.ux-menu li a.ux-menu-link-parent:link,
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
display: block;
padding: 10px 24px 10px 14px;
}


#header .ux-menu ul.ux-menu-hidden
{
display: none;
}

#header ul.ux-menu
{
right: 0;
margin: 0;
padding: 0;
position: relative;
}

#header ul.ux-menu-sub li
{
text-align: left;
}

#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}
The administrator has disabled public write access.
 
#33002
Re:Submenus Clipped 12 Years, 5 Months ago Karma: 763
Hello,

Add the following CSS rule:

BODY #headerbar
{
overflow: visible;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33025
Re:Submenus Clipped 12 Years, 5 Months ago Karma: 0
Thanks, it worked. I had a similar problem with another menu and ended editing the template css. Is there any information or a tutorial on how css text added to the menu parameter box is parsed and added to the page?
Bob
Again great support, I've been vexed by this for quite a while.
The administrator has disabled public write access.
 
#33026
Re:Submenus Clipped 12 Years, 5 Months ago Karma: 763
Do you mean "CSS Styles" parameter in "ARI Ext Menu" module settings?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33027
Re:Submenus Clipped 12 Years, 5 Months ago Karma: 0
Yes, that's correct.
Bob
The administrator has disabled public write access.
 
#33028
Re:Submenus Clipped 12 Years, 5 Months ago Karma: 763
The module adds entered CSS code into a page using Joomla! API.

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