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?

Menu Items is Wrapped
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu Items is Wrapped
#11420
Menu Items is Wrapped 13 Years, 2 Months ago Karma: 0
I can see the down arrow and menu items below it. But the text seems to be wraped and I would like to see the entire link in one line (Please see "Links.jpg" attachment). Some other questions I had was, how is it possible for me to add some breathing space between "Our Services" and "Contact" buttons? In fact, if I can get it to look like exactly like Demo menu that's on the site (please see Demo Menu.jpg attachment) I'll be happy. Is it possible to remove the "Down Arrow" from within the drop down? But still show the drop down? Thanks in advance...here is the CSS I am using.


.ux-menu-container {
position: relative;
margin-top: 5px;
margin-bottom: 5px;
text-align: right;
}
.ux-menu
{
display: inline-block !important;
}
#header ul.ux-menu li a:link,
#header ul.ux-menu li a:visited
{
display: block;
padding: 5px 7px;
}

#header ul.ux-menu li a.ux-menu-link-parent:link,
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
display: block;
padding: 7px 18px 5px 7px;
}


#header .ux-menu ul.ux-menu-hidden
{
display: none;
}

#header ul.ux-menu
{
right: 0;
margin: 0;
padding: 0;
}

#header ul.ux-menu-sub li
{
float: none;
text-align: left;
width: 20;
}

#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}
File Attachment:
File Name: Files.zip
File Size: 27059
Last Edit: 2011/02/23 16:04 By nmoudgil.
The administrator has disabled public write access.
 
#11421
Re:Menu Items is Wrapped 13 Years, 2 Months ago Karma: 748
Hello,

Provide link to page where we can see this problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11422
Re:Menu Items is Wrapped 13 Years, 2 Months ago Karma: 0
Well the site isn't uploaded yet? I am showing the screenshot of the issue exactly as it's displayed on the screen. I am using "user3" position. BTW this is on IE8 and I also tested on Chrome, it's same thing. I am using Beez template (1.0) and 1.5.22 Joomla.
Last Edit: 2011/02/23 16:09 By nmoudgil.
The administrator has disabled public write access.
 
#11423
Re:Menu Items is Wrapped 13 Years, 2 Months ago Karma: 748
We need to see it because this can be a conflict with site template styles or 3rd party extension styles. If you provide page files (this process is described here), we can try to help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11428
Re:Menu Items is Wrapped 13 Years, 2 Months ago Karma: 0
Here are the files. Hope this helps I did save it as a "Complete Site" but I guess some of the links aren't working.
File Attachment:
File Name: My_Site.zip
File Size: 71113
Last Edit: 2011/02/23 16:29 By nmoudgil.
The administrator has disabled public write access.
 
#11429
Re:Menu Items is Wrapped 13 Years, 2 Months ago Karma: 748
Add the next CSS rule to "CSS Styles" parameter in module settings or site template CSS file:

Code:


.ux-menu A
{
 white-space: nowrap;
}



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