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?

Help centering the menu within module position
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Help centering the menu within module position
#34900
Re:Help centering the menu within module position 11 Years, 11 Months ago Karma: 0
Ok, I have ONE more question, then I promise I'll leave you alone.
How would I achieve that rounded corner look on the menu, like in the image I previously attached?
I am looking a the site and since the rest of the edges of the containers are rounded, I think it would look better to have the menu rounded as well.

wwwtest.mspark.com

Thanks in advance!
The administrator has disabled public write access.
 
#34902
Re:Help centering the menu within module position 11 Years, 11 Months ago Karma: 760
Add the following CSS rules:

.ux-menu-horizontal LI A.ux-menu-link-level-0.ux-menu-link-first
{
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
-o-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;

}


.ux-menu LI A.ux-menu-link-level-0.ux-menu-link-last
{
-moz-border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
-o-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34903
Re:Help centering the menu within module position 11 Years, 11 Months ago Karma: 0
Thank you so much!!! That worked like a charm.

You are truly the best!!
The administrator has disabled public write access.
 
Go to topPage: 12