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?

Problems with submenu and left margin
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Problems with submenu and left margin
#26390
Problems with submenu and left margin 12 Years, 3 Months ago Karma: 0
Hi Guys,

i'm working on the menus of this site: www.latitude7.com.br/joomla , there's 2 issues that i want to correct;
first, the submenus aren't working and i wish to make the buttons more closer to the left border of the menu, please, any advice will be greatly appreciated.
The administrator has disabled public write access.
 
#26392
Re:Problems with submenu and left margin 12 Years, 3 Months ago Karma: 748
Hello,

Add the next CSS rules to a site template file:

Code:



body #ja-left,
body #ja-left1,
.column ul.ux-menu li
{
 overflow: visible;
}

body div.ux-menu-container ul
{
 margin: 0;
}

body div.ux-menu-container ul.ux-menu li
{
 padding: 0;
 margin: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26399
Re:Problems with submenu and left margin 12 Years, 3 Months ago Karma: 0
Thank you for the quick answer! The menu now works!

Greetings from Brazil!
The administrator has disabled public write access.
 
Go to topPage: 1