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?

Shift Horizontal menu position
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Shift Horizontal menu position
#21960
Shift Horizontal menu position 12 Years, 5 Months ago Karma: 0
Hi

I have Rounded border on my page so I need to shift the Horizontal menu position
say 5px or 10px to the right and same down

Looking at various posts I tried:

body .yui-skin-sam .yuimenu
{
padding-top: 10px;
}

but this shifts the Verticle Menu!
the Horizontal menu is uneffected!!
The administrator has disabled public write access.
 
#21961
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 747
Hello,

Provide a link to a page where we can see a menu and a screenshot where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21962
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 0
www.logicalmicro.net/demo1

I just need to shift the Horizontal menu to avoid the rouded edge.

I think 5px to the right 5px down would do
The administrator has disabled public write access.
 
#21963
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 747
Add the next CSS rules:

Code:


#ariyui39_menu
{
 margin-top: 5px;
 margin-left: 5px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21964
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 0
thanks

5px was too much I changed it to 2px

I didn't spot the menu background extends all the way cross!

is there any way to remove the background colour ??
alternatively make the Horiozonal Bar hight same size as buttons - by say say 2px

(rounded edge would be nice too but...)
The administrator has disabled public write access.
 
#21967
Re:Shift Horizontal menu position 12 Years, 5 Months ago Karma: 747
You can use the next CSS rule to remove menu container background:

Code:


body #ariyui39.yui-skin-sam .yuimenubar
{
 background-image: none;
 border-style: none !important;
}



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