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?

Sub-Menu's not wanting to disappear
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub-Menu's not wanting to disappear
#10351
Sub-Menu's not wanting to disappear 13 Years, 3 Months ago Karma: 0
Hi guys, I took a long search through the forum before I made this thread, but couldn't find any solution to my current problem.

I can't seem to make the sub menu's disappear. I've tried everything I could, but still no luck. Here's the site so you can see my problem... borealwest.dev.kcdc.ca
The administrator has disabled public write access.
 
#10354
Re:Sub-Menu's not wanting to disappear 13 Years, 3 Months ago Karma: 748
Hello,

This is a conflict with site template CSS styles. Open <joomla_dir>/templates/borealwest/css/style.css file, find the following code:

Code:


#hornav ul li ul { left: -999em; margin-top: 35px; margin-left: 0px; top: 36px; left: 0; display: block; height: auto; width: 200px; position: absolute; z-index: 99; left: -999em; background-color: #D3D3D3; clear: left; margin-top: 0px; margin-left: 0px; }



and replace it with:

Code:


#hornav ul li ul { left: -999em; margin-top: 35px; margin-left: 0px; top: 36px; left: 0; height: auto; width: 200px; position: absolute; z-index: 99; left: -999em; background-color: #D3D3D3; clear: left; margin-top: 0px; margin-left: 0px; }



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