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?

Menu Customization
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu Customization
*
#15681
Menu Customization 13 Years, 5 Months ago Karma: 0
Hello ,

Thank you for the great module.
I have few options that I am not able to fix , and I will try to drop them here so I hope you can help me. Could not find in the forum the right answers.

Please see the attached Images

My site: www.papioun.com


1. I am using Chrome , and the last menu item is moving to the next row in some screen resolutions. I am using screen resolution 1600x1024 , and in page zoom of 100% the last item goes down , however in zoom 120% it stays good.







2. The background of the main menu is different from the container of it. I tried to make the background color as close as I can to the container but could not get the best. We still can see 2 different colors



3. Problems with the look of the menu and drop down in Firefox 4.

Hope you can help me with that now.

Thank you
The administrator has disabled public write access.
 
#15686
Re:Menu Customization 13 Years, 5 Months ago Karma: 760
Hello,

1. You can try to increase width of site template container for menu. For example use the next CSS rule:

Code:


body #main-nav
{
 width: 1250px;
}



2. Image with gradient is used as background for container element.

3. Explain in more details please what problem you have.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15689
Re:Menu Customization 13 Years, 5 Months ago Karma: 0
Hi

1. Increasing the width of menu container solved the problem , but there is side effect for that.Means, now there is separation before the first item of the menu


2. How can I add that image with gradient??

3. Just open it using Firefox 4 , and you will see that the drop down menu items are too close to each other, and not clear
The administrator has disabled public write access.
 
#15691
Re:Menu Customization 13 Years, 5 Months ago Karma: 760
1 and 2. Use the next CSS rules:

Code:


ul#ariext509 li.ux-menu-item-main a
{
 background-color: transparent;
}

body #main-nav 
{
 background-image: none;
}



3. It looks normal on our side:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15697
Re:Menu Customization 13 Years, 5 Months ago Karma: 0
Thanx a lot.
Some how it also ok in Firefox

The administrator has disabled public write access.
 
Go to topPage: 1