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?

No submenu with braincode grunge template
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: No submenu with braincode grunge template
#21287
No submenu with braincode grunge template 12 Years, 8 Months ago Karma: 0
I am using the braincode grunge template with EXT Menu. The submenus do not show up. I figured there may be other BCG users to ask this later so I included the template name in the subject.

The site http://www.tennoutdoorsman.com

can you please tell me how to get my submenus to show up? I know its probably CSS related but I am no CSS guru. Oh and perhaps a way to not have the spaces between the menus. Would be so nice if all the menu boxes touched for a seamless look.

Thanks a million, great looking menus on this by the way!!
Last Edit: 2011/10/31 06:01 By Outdoorsman.
The administrator has disabled public write access.
 
#21292
Re:No submenu with braincode grunge template 12 Years, 8 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


BODY .left-column .modul-content,
BODY .left-column .modul-body
{
 overflow: visible;
}

DIV.ux-menu-container UL.ux-menu LI
{
 min-width: inherit;
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23325
Re:No submenu with braincode grunge template 12 Years, 6 Months ago Karma: 0
Ok I have the braincode grunge problem corrected, thanks a million, but now I have a new problem. I have a second template and the sub-menus are hidden beneath the main content and I simply cant figure it out. Both ARI and Maxi menu are doing this. Can you suggest some help?
http://www.tennoutdoorsman.com/index.php/test-menu
The administrator has disabled public write access.
 
#23331
Re:No submenu with braincode grunge template 12 Years, 6 Months ago Karma: 748
Add the next CSS rules:

Code:


body #ja-left,
body #ja-left1,
DIV.ux-menu-container UL.ux-menu LI
{
 overflow: visible;
}

DIV.ux-menu-container UL,
DIV.ux-menu-container UL.ux-menu LI
{
 margin: 0;
 padding: 0;
}



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