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?

submenu is hidden
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: submenu is hidden
#24541
submenu is hidden 12 Years, 4 Months ago Karma: 0
joomla ersion 1.5.25


www.turbosecurity.com/index.php?option=com_content&view=article&id=98&Itemid=113

The sub-menu is hidden. How do I bring to fore ground.
The administrator has disabled public write access.
 
#24543
Re:submenu is hidden 12 Years, 4 Months ago Karma: 748
Hello,

Set "Menu direction" parameter to "Vertical" and add the next CSS rule to "CSS Styles" parameter:

Code:


body .mx-contentLayout .mx-sidebar1 {
    overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24550
Re:submenu is hidden 12 Years, 4 Months ago Karma: 0
Did not show up.
If set to vertical, I could not even make out the submenu.
In horizontal, something is visible.
The administrator has disabled public write access.
 
#24554
Re:submenu is hidden 12 Years, 4 Months ago Karma: 748
Set menu direction to vertical and let us know about it so we can investigate an issue.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24556
Re:submenu is hidden 12 Years, 4 Months ago Karma: 0
Done.
Please check.
Auto width is set to No.
If set to yes, the menu box extends till the end.
I need to fix the width of the submenu also.
The administrator has disabled public write access.
 
#24558
Re:submenu is hidden 12 Years, 4 Months ago Karma: 748
Add the next CSS rules:

Code:


body .mx-contentLayout .mx-sidebar1 
{
 z-index: 2;
}

.mx-BlockContent-body ul.ux-menu li
{
 padding: 0;
 margin: 0;
}

.mx-BlockContent-body ul.ux-menu-sub A
{
 white-space: nowrap;
}



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