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?

main menu has strange shape
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: main menu has strange shape
#20341
main menu has strange shape 12 Years, 9 Months ago Karma: 0
Hi
My main menu has rounded corners, but with ARI Ext Menu, they have changed to rectangles, with the rounded background still showing. When I mouse over, the rounded shape shows, but split over two lines. I guess its a CSS issue with the jamba template but I have no idea how to solve this. Please could you help?

Test site mitchells.podzone.org

Many thanks

Julian
The administrator has disabled public write access.
 
#20353
Re:main menu has strange shape 12 Years, 9 Months ago Karma: 748
Hello,

This problem with site template styles for default menu. Open index.php file site template and replace the next code:

Code:


<div id="navmenu">



with the following:

Code:


<div id="navmenu1">



and add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


DIV.ux-menu-container UL,
DIV.ux-menu-container UL LI
{
  padding: 0;
  margin: 0;
}

UL.ux-menu-hidden
{
  display: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20367
Re:main menu has strange shape 12 Years, 9 Months ago Karma: 0
That's great help - thank you.

I can now play around with some more ideas from this forum to fine tune the menu.

Thanks again

Julian
The administrator has disabled public write access.
 
Go to topPage: 1