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?

Place of the menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Place of the menu
#4467
Place of the menu 13 Years, 11 Months ago Karma: 0
Hello,
I just discover the module ariyuimenu on Joomla 1.5.17. I am happy with the possibilities.
I have a problem with the place of menu. Insetad of being centered in the page, it is placed on the full left position (see file attached). I would as well reduce the lenght of the menu (just the size of the required menus).

I am not able to find in the CSS file where I can change these. Can you help me please?

PS: I cannot show you the website as I am still working on localhost.

Thank you for your answer.
File Attachment:
File Name: menu.doc
File Size: 197120
Last Edit: 2010/05/26 11:48 By frlobe.
The administrator has disabled public write access.
 
#4469
Re:Place of the menu 13 Years, 11 Months ago Karma: 747
Hello,

Try to add the following code into 'CSS Styles' parameter in module settings:

Code:


BODY DIV.yui-skin-sam  {
position: relative;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4470
Re:Place of the menu 13 Years, 11 Months ago Karma: 0
Thank you for a so fast answer. I will try this but what do you mean by 'CSS Styles' parameter in module settings ? Is it the menu.css file ? Can I add the lines everywhere in the file ?

I try at the begin of this menu.css file without any success ...

I will continue tomorrow as it is 11pm for me ... Waiting for your tips
Thanks again
Last Edit: 2010/05/26 11:57 By frlobe.
The administrator has disabled public write access.
 
#4472
Re:Place of the menu 13 Years, 11 Months ago Karma: 747
Open module settings page and type this code in 'CSS Styles' textarea.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4504
Re:Place of the menu 13 Years, 11 Months ago Karma: 0
hello
thank you. So now, it works realle better as the width of the inline menu is reduced as required.
But instead if being fully left, it is now fylly right . I try to modify "position: relative;" to "position: center;" but nothing changed.
I suppose it is coded in the menu.css file file but where ??? Or in another file ???

Thanks again for your fast and successful support
Last Edit: 2010/05/27 03:05 By frlobe.
The administrator has disabled public write access.
 
#4508
Re:Place of the menu 13 Years, 11 Months ago Karma: 747
The module uses safe_menu.css file. We can help you if you provide link to page where we can see this issue, because we need to see your template styles and module position.

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