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?

Move menu to the left
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Move menu to the left
#5839
Move menu to the left 13 Years, 8 Months ago Karma: 0
Hi, is it possible to adjust menu more on the left, without white space - www.sah-kocevje.si/portal/
At the same position as header - small gap (few pixels) to blue background.

Can you please help me with solution? Thanks
The administrator has disabled public write access.
 
#5840
Re:Move menu to the left 13 Years, 8 Months ago Karma: 746
Hello,

Try to add the following CSS rules:

Code:


#leftcol-bg .ux-menu .ux-menu-item-main a
{
  border-left-style: none;
}

#leftcol-bg .ux-menu-container .ux-menu a.ux-menu-link-last
{
  width: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5841
Re:Move menu to the left 13 Years, 8 Months ago Karma: 0
It just moves menu to the same position just without blue border. I need this blue border. I just want to move the whole menu (with blue borders on the left) to the left border of the module

The administrator has disabled public write access.
 
#5842
Re:Move menu to the left 13 Years, 8 Months ago Karma: 746
Try the following:

Code:


#leftcol-bg .side-mod .module {
  padding:6px 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5843
Re:Move menu to the left 13 Years, 8 Months ago Karma: 0
Thank you, it works.
The administrator has disabled public write access.
 
Go to topPage: 1