Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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 invisible when change to gratis template
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: submenu invisible when change to gratis template
#32441
submenu invisible when change to gratis template 12 Years, 6 Months ago Karma: 0
I'm changing my site template from JA Purity to Gratis and I've a problem with the submenu becoming hidden behind the centre block. I've tried to solve it by making the overflow of various divs visible but without success. Can you help please? You can view the problem here: www.euroserviceslimited.co.uk/staff-area.
Thanks
The administrator has disabled public write access.
 
#32442
Re:submenu invisible when change to gratis template 12 Years, 6 Months ago Karma: 763
Hello,

This problem with site template styles. Add the following CSS rules to fix the problem:

Code:


body #leftblock,
#leftblock .inside,
#leftblock .yjsquare,
#leftblock .yjsquare .yjsquare_in
{
 overflow: visible;
}

#leftblock UL.ux-menu LI
{
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32443
Re:submenu invisible when change to gratis template 12 Years, 6 Months ago Karma: 0
That sorted it, many thanks
Madeleine
The administrator has disabled public write access.
 
#32636
Re:submenu invisible when change to gratis template 12 Years, 6 Months ago Karma: 0
Sorry to bother you again, but I've just realised that it is getting hidden behind the footer block on short pages as well. You can see the problem on www.euroserviceslimited.co.uk/products/floor-tiles/polished-porcelain-floor-tiles/atlanta-polished-porcelain-floor-tiles.
I've tried to identify which div and class is causing it without success. Could you help please?
Thanks
The administrator has disabled public write access.
 
#32639
Re:submenu invisible when change to gratis template 12 Years, 6 Months ago Karma: 763
This problem with site template styles. Add the following CSS rule:

Code:


BODY #holder
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32641
Re:submenu invisible when change to gratis template 12 Years, 6 Months ago Karma: 0
Hi,
Thanks for the speedy response but I just tried that and it made all of the content of the holder div overflow. The results are shown in the attached image. Is there a way to make the menu overflow and not everything else?
Thanks again
Last Edit: 2012/10/09 14:39 By madelharri.Reason: image was too large to upload
The administrator has disabled public write access.
 
Go to topPage: 12