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?

Change location submenu.
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Change location submenu.
#43004
Change location submenu. 10 Years, 9 Months ago Karma: 0
Hi, how can I align the sub menu to the first item of the main menu?
This is my under construction site: www.vajana.it/sito/

Thanks for the support

Last Edit: 2013/07/24 23:49 By fabrisc.
The administrator has disabled public write access.
 
#43013
Re:Change location submenu. 10 Years, 9 Months ago Karma: 747
Hello,

Top left corner of sub-menu contains is aligned with right top corner of parent menu item. Sub-menu contains contains navigation arrows and menu item. You have changed menu styles so all space which is occupied by sub-menu container is not shown.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43014
Re:Change location submenu. 10 Years, 9 Months ago Karma: 747
Try to add the following CSS rule:

body .yui-skin-sam .yuimenu ul
{
padding-top: 0;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43020
Re:Change location submenu. 10 Years, 9 Months ago Karma: 0
I tried adding the code but the shift occurs for the whole menu including the main one. I would like to move only the submenus. thanks
The administrator has disabled public write access.
 
#43023
Re:Change location submenu. 10 Years, 9 Months ago Karma: 747
Try the following one:

body .yui-skin-sam .yuimenu ul ul
{
padding-top: 0;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43029
Re:Change location submenu. 10 Years, 9 Months ago Karma: 0
I tried the code but does not function. I also restored the original files before inserting css code. Any other suggestions to align the submenu at the top menĂ¹? If necessary I can post admin access in private. thanks so much
The administrator has disabled public write access.
 
Go to topPage: 12