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?

Another width prob
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Another width prob
#33064
Another width prob 12 Years, 5 Months ago Karma: 0
I have tried various fixes from this forum, none have worked properly.
I cannot seem to get the menu to stay on one line. Any ideas please
site here
The administrator has disabled public write access.
 
#33067
Re:Another width prob 12 Years, 5 Months ago Karma: 763
Hello,

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

#nav ul.ux-menu li a
{
width: auto;
}

#nav .ux-menu a.ux-menu-link-parent
{
padding-right: 24px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33072
Re:Another width prob 12 Years, 5 Months ago Karma: 0
Thankyou very much for your fast help, worked perfectly. I cannot change the colours of backgrounds and txt, it seems to have inherited them from my old menu (or they are defined in the css I guess) but they are what I would have chosen anyway.
The administrator has disabled public write access.
 
#33079
Re:Another width prob 12 Years, 5 Months ago Karma: 763
If you want to remove styles for default site template menu, open index.php file of site template and replace the following code:

<div id="nav">

with the following one:

<div id="nav1">

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