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?

adjust menu position
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: adjust menu position
#28273
adjust menu position 12 Years, 6 Months ago Karma: 0
i think im gonna love this extension but this is the very first time i use it and i dont undestand really how to manage "CSS Styles" to handle posistion and customizations..

my website is www.ecomarca.it

i wish to move the menu 270px on the right and 10px on the top.

maybe i will also need to enlarge a little bit the menu width to be filled like his bottom column

many thanks in advance for your precious help.
Last Edit: 2012/05/14 12:14 By feedee.
The administrator has disabled public write access.
 
#28274
Re:adjust menu position 12 Years, 6 Months ago Karma: 760
Hello,

Add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


.art-nav DIV.ux-menu-container
{
 left: 270px;
 top: 10px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28275
Re:adjust menu position 12 Years, 6 Months ago Karma: 0
oh nice, it worked flawlessly!!!
thanks!

one more question.

Can you also tell me wich parameter to add so i can increase the widht of each item?

i need to enlarge it till it will be same width of central coloumn.

many thanks again
The administrator has disabled public write access.
 
#28276
Re:adjust menu position 12 Years, 6 Months ago Karma: 760
Try the next CSS rules:

Code:


.art-nav .ux-menu LI.ux-menu-item-level-0
{
 width:130px !important;
}

.art-nav .ux-menu LI.ux-menu-item107
{
 width:150px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28277
Re:adjust menu position 12 Years, 6 Months ago Karma: 0
I am always falling in the same problem...

i cant really have the menu in the same size cause fonts are always rendered different between the browsers..

with this menщ, there is a way to specify a "global size"?
The administrator has disabled public write access.
 
#28278
Re:adjust menu position 12 Years, 6 Months ago Karma: 0
i finally got the wished result..

this is the code i added, but im not sure i modded it in the right way..

______________________________

.art-nav DIV.ux-menu-container
{
left: 291px;
top: -5px;
}
.art-nav .ux-menu LI.ux-menu-item-level-0
{
width:97px !important;
}

.art-nav .ux-menu LI.ux-menu-item107
{
width:97px !important;
}

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