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?

Can the submenu be a little wider?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Can the submenu be a little wider?
#8206
Can the submenu be a little wider? 13 Years, 6 Months ago Karma: 0
Hi there! This module may do just what I need, and I'm thankful for that. It feels really solid and is not interfering with other scripts on the site--at least as far as I can tell!

By checking out other threads I figured out some of the changes I wanted to make, but I'm still stumped on two things.

1) the submenu is not quite wide enough for the menu item text.

2) the little arrow indicating a menu item has a submenu is not positioned quite right. I'd either like to position it better or get rid of it.

The site where I am implementing the module is here:

www.katwebdesign.com/panacea
The administrator has disabled public write access.
 
#8214
Re:Can the submenu be a little wider? 13 Years, 6 Months ago Karma: 747
Hello,

You site template contains a lot of specific styles for menu from site template. Do the following that integrate "ARI Ext Menu":

1. Open site tempalte index.php file, find the following code:

Code:


id="horiz-menu"



and replace it with the following code:

Code:


id="horiz-menu1"



2. Add the following CSS rules to "CSS Styles" parameter in module settings:

Code:


#horiz-menu1
{
height: 55px;
background: url("/panacea/templates/rt_versatility4_j15/images/3-horiz-menu-bar.png") repeat-x scroll 0 0 transparent;
padding: 0;
}

#horiz-menu1 .ux-menu LI
{
height: 43px;
}

#horiz-menu1 .ux-menu LI a
{
color: #FFF;
height: 23px;
border-style: none;
}

#horiz-menu1 .ux-menu LI a:hover,
#horiz-menu1 .ux-menu LI a:focus,
#horiz-menu1 .ux-menu LI a.ux-menu-link-hover
{
color: #000;
text-decoration: none;
}

#horiz-menu1 .ux-menu LI,
#horiz-menu1 .ux-menu LI a
{
background: transparent none;
}

#horiz-menu1 .ux-menu-sub
{
background-color: #819F9D;
border: 1px solid #FFF;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8217
Re:Can the submenu be a little wider? 13 Years, 6 Months ago Karma: 0
Thanks a million! I appreciate the quick response.

I'd heard about the great service here, and it is true! Thanks again.
The administrator has disabled public write access.
 
Go to topPage: 1