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?

submenu width
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: submenu width
#24099
submenu width 12 Years, 5 Months ago Karma: 0
Hello, I have a problem with submenu width. I`d like to make it the same for all submenus.
Now the parameter "auto width" I chose "yes". When auto width is "no", then submenu with more than one word looks like 2 submenus (in 2 blocks).
Now in CSS styles I have:
display: block !important; width: auto; font: 11px verdana;
Here`s the site
The administrator has disabled public write access.
 
#24101
Re:submenu width 12 Years, 5 Months ago Karma: 748
Hello,

You provided the link to a local site. It is not possible to open it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24102
Re:submenu width 12 Years, 5 Months ago Karma: 0
Sorry, now adress i correct:
Here`s the site
The administrator has disabled public write access.
 
#24103
Re:submenu width 12 Years, 5 Months ago Karma: 748
This problem with site template styles for default menu. Add the next CSS rule to "CSS Styles" parameter in module settings to fix the problem:

Code:


#menu .ux-menu-sub a 
{
 width: 100%;
 display: block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24104
Re:submenu width 12 Years, 5 Months ago Karma: 0
I did it, now in CSS Styles is:
display: block !important; width: auto; font: 11px verdana;
#menu .ux-menu-sub a
{
width: 100%;
display: block;
}


but I can`t see any difference.
Maybe there`s something wrong in template css styles?
The administrator has disabled public write access.
 
#24105
Re:submenu width 12 Years, 5 Months ago Karma: 748
Remove the next code because it doesn't make sense:

Code:


display: block !important; width: auto; font: 11px verdana;



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