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?

Only last submenu item shows
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Only last submenu item shows
#19688
Re:Only last submenu item shows 12 Years, 9 Months ago Karma: 0
Thank you, it almost solved my problem.
The deepest goed 6 levels deep. It shows now only 3 levels.

And another question, is it possible to give the sub menus a small border?
The administrator has disabled public write access.
 
#19689
Re:Only last submenu item shows 12 Years, 9 Months ago Karma: 748
Information about menu HTML layout and CSS classes can be found here. This information can be used to customize the menu.

PS: FireBug addon for FireFox browser can also be used to investigate HTML layout and styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19690
Re:Only last submenu item shows 12 Years, 9 Months ago Karma: 0
Thanks, but that doesn't solve the problem that me menu only 3 levels deep goes instead of 6.
The administrator has disabled public write access.
 
#19692
Re:Only last submenu item shows 12 Years, 9 Months ago Karma: 748
This problem with site template styles. You can add the next CSS rules to fix the problem:

Code:


body #colmask,
.s-c-s #colmask #col1pad,
.s-c-s #colmask #col1
{
 overflow: visible;
}



but it adds horizontal scrolling. It can be fixed, but it requires to modify site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19693
Re:Only last submenu item shows 12 Years, 9 Months ago Karma: 0
Thank you,
It fixes the problem indeed.
Where should I look to get rid of the horizontal scrolling?
The administrator has disabled public write access.
 
#19695
Re:Only last submenu item shows 12 Years, 9 Months ago Karma: 748
For example you can contact site template developers.

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