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?

How can i move the horizontal menu ?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How can i move the horizontal menu ?
#39288
How can i move the horizontal menu ? 11 Years, 8 Months ago Karma: 0
Hello,

I've just installed the "ARI" menu, and configured it in position-1, horizontal.

As you can see here, the menu is set (but not by me) in top-right of the page.
I've tried with the css to move it in another place (top center, with a margin-top of 100px), but nothing's working...

Could you tell me how can i do that, please ?

Thanks,

xpatval
Last Edit: 2013/04/03 15:11 By xpatval.
The administrator has disabled public write access.
 
#39290
Re:How can i move the horizontal menu ? 11 Years, 8 Months ago Karma: 760
Hello,

This problem with site template styles for selected module position. Add the following CSS rules:

#header .yuimenubar ul li a:link,
#header .yuimenubar ul li a:visited
{
display: block;
}

#header .yuimenubar ul
{
position: relative;
right: 0;
}

#header .yui-skin-sam
{
position: absolute;
top: 40px;
left: 10px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39291
Re:How can i move the horizontal menu ? 11 Years, 8 Months ago Karma: 0
You're the best !!

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