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?

Modify width
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Modify width
#29466
Re:Modify width 12 Years ago Karma: 0
It's work. Than you very very much !!!
The administrator has disabled public write access.
 
#29927
Re:Modify width 11 Years, 11 Months ago Karma: 0
Hello,

I have a similar problem to those listed, but have tried using the solutions to no avail.
The page in question is here: voluntarycentreservices.org.uk/training/index.php/training , the menu in question being to the left. I'd like the menu buttons to sit Inside the box, with less of a gap on the left hand side. (Actually I'd like the box to go away completely, but that's for another time)

Hope you can help!
The administrator has disabled public write access.
 
#29930
Re:Modify width 11 Years, 11 Months ago Karma: 748
Hello,

We can't open the link.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29931
Re:Modify width 11 Years, 11 Months ago Karma: 0
Hi,

Thanks for getting back to me so quickly. It would appear that the server has crashed, so I can't actually open it either!

Sorry to be a pain!
The administrator has disabled public write access.
 
#29986
Re:Modify width 11 Years, 11 Months ago Karma: 0
Hello,

The offline issue has now been fixed and the link should work:

voluntarycentreservices.org.uk/training/index.php/training

Thanks,

Heather
The administrator has disabled public write access.
 
#29994
Re:Modify width 11 Years, 11 Months ago Karma: 748
Add the next CSS rules:

Code:


body .ltk-contentLayout .ltk-sidebar1 
{
 overflow: visible;
}

body .ltk-contentLayout .ltk-Block
{
 z-index: 2;
}

UL.ux-menu LI
{
 margin: 0;
 padding: 0 !important;
}

body .ltk-contentLayout DIV.ux-menu-container
{
 margin: 0;
 padding: 0;
}



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