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?

USING THE MENU
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: USING THE MENU
#9609
Re:USING THE MENU 13 Years, 4 Months ago Karma: 748
The module create HTML layout and includes CSS file with default styles. If you want to override CSS styles, you can place CSS rules to "CSS Styles" parameter in module settings or to site template CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9610
Re:USING THE MENU 13 Years, 4 Months ago Karma: 0
I'm trying to use ariyuimenu for this site (at the moment the site is on my laptop). I have located the menu in the Joomla Breadcrumbs position but as you see the right margin of the menu box seems to be limited half way across the screen. The last item somehow exceeds the box and is shown one line lower. How can I ensure that the menu can extend across to the right of the screen?
Last Edit: 2010/12/23 17:20 By christian.gibson.
The administrator has disabled public write access.
 
#9611
Re:USING THE MENU 13 Years, 4 Months ago Karma: 748
Hello,

This is a problem with site template styles, we need to see this page that we can help or you can use FireBug addon for FireFox browser that investigate this problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9612
Re:USING THE MENU 13 Years, 4 Months ago Karma: 0
I have uploaded the site to major-minor.nl
As you can see the menutab 'Commerciele economie (CE)' drops down one line in the ARIYUImenu in the breadcrumbs position.
I am using the standard Rhuk-milkyway template. The only difference in template.css is a modification of the left and right margins of the breadcrumbs box (#pathway) in template.css lines 138 to 145:
/************************************************
* This is a template specific element from the Rhuk-milky way template in template.css
line nos. 138 to 145
I have modified the margin-left and margin-right to align the ARIYUImenu with the page content box
************************************************/

#pathway {
padding: 0px 10px 8px;
width: auto;
margin-top: -2px;
margin-left: 12px;
margin-right: 12px;
text-align: left;
}
The administrator has disabled public write access.
 
#9613
Re:USING THE MENU 13 Years, 4 Months ago Karma: 748
Add the following CSS rule:

Code:


body #search
{
 height: 20px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9614
Re:USING THE MENU 13 Years, 4 Months ago Karma: 0
Many thanks - it works!
The administrator has disabled public write access.
 
Go to topPage: 123