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?

menu width and covered by content module
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: menu width and covered by content module
#30225
menu width and covered by content module 11 Years, 11 Months ago Karma: 0
Hi,

Would you fix my vertical menu width and the sub menu will covered by the content module problem? I also found that there are some dots at the left hand side.

best regards,
Ricky
The administrator has disabled public write access.
 
#30235
Re:menu width and covered by content module 11 Years, 11 Months ago Karma: 748
Hello,

Where we can see the problems?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30282
Re:menu width and covered by content module 11 Years, 11 Months ago Karma: 0
Here you are.
www.amazinghk.net/cms/
The administrator has disabled public write access.
 
#30285
Re:menu width and covered by content module 11 Years, 11 Months ago Karma: 748
Add the next CSS rules:

Code:


body #phoca-side1
{
 overflow: visible;
}

body #phoca-side1 ul.ux-menu li
{
 list-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#30288
Re:menu width and covered by content module 11 Years, 11 Months ago Karma: 0
thank you , fixed. How about the width? How can I set the width to 160px?
The administrator has disabled public write access.
 
#30290
Re:menu width and covered by content module 11 Years, 11 Months ago Karma: 748
Use the next CSS rule:

#phoca-side1 ul.ux-menu li.ux-menu-item-level-0
{
width: 160px !important;
}

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