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?

customizing the menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: customizing the menu
#16652
customizing the menu 13 Years ago Karma: 0
I would like to ask for a little help!

the site is located here: ganzmotor.herobo.com/

1, how can i remove the white line under the last menu point?

2, i tried it in explorer but if you check "TESZT"-->"PRŠ£BA"--->"TESZT" you will get some "crash" in explorer, so you can see the text of the article instead of the menu and you can't click on the last menu item

3, i used this code to fill out the whole space for the menu (on hoover and on the active menu):

.ux-menu-container LI.ux-menu-item-main
{
width: 166px;
}


if i write a bigger number i can still not fill the LEFT side of the menu. so i guess there's some kind of spacer, can you help me to find it?

4, tried to remove the small gap between the menu-submenu but without any success..


thank you very much for your hard work and your help in advance!


Mark
The administrator has disabled public write access.
 
#16675
Re:customizing the menu 13 Years ago Karma: 748
Hello,

1. Add the next CSS rule:

Code:


body .ux-menu.ux-menu-vertical a.ux-menu-link-last
{
 border-style: none
}



2. Sorry, but we can find "TESZT" menu item.

3. This is limitation of you site template.

4. Add the next CSS rules:

Code:


.ux-menu-sub li {
    margin: 0;
    padding: 0;
}
body .ux-menu .ux-menu-sub {
    margin-left: -1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16678
Re:customizing the menu 13 Years ago Karma: 0
Thank you very much for your quick answers!

Everything is OK if i use Google Chrome, but if i use Internet Explorer i can see the article's text under the submenu items and it's difficult to click on the links.

Also can i set the menu not to underline the links if i place the mouse over the link or it is something i should look in the template's files?


Thank you!
The administrator has disabled public write access.
 
#16679
Re:customizing the menu 13 Years ago Karma: 748
Try to use the next CSS rules:

Code:


body .art-content-layout .art-sidebar1
{
 position: relative;
 z-index: 10;
}


body .art-content-layout .art-content
{
 position: relative;
 z-index: 1;
}



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