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?

ARI Ext Menu position on site.
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI Ext Menu position on site.
#40439
ARI Ext Menu position on site. 11 Years ago Karma: 0
New to Joomla, practicing to increase my skill level
Basically, I am using the ARI Ext Menu on my test site. The problem I have is that the navigation menu installed has defaulted to the right side of the template instead of the left.
It is in the correct position, if I publish the original navigation menu, it defaults to the left side.- www.lookupyoursite.com

Will appreciate any suggestions on how to change this.
Thanks for making it free and simple, one of the best and easy to use ones that I found in my search.
Last Edit: 2013/04/30 21:59 By lkup.Reason: included site name
The administrator has disabled public write access.
 
#40451
Re:ARI Ext Menu position on site. 11 Years ago Karma: 748
Hello,

This problem with custom CSS rules which are used on your site. Add the following CSS rule:

BODY #header ul
{
right: auto;
left: 0;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40463
Re:ARI Ext Menu position on site. 11 Years ago Karma: 0
Thanks for your response.
I will appreciate some information on the custom style sheet to apply this change to. I believe the style sheets are located here,
Template Manager: Customise Template. New to Joomla so please bear with me.

I am using the Beez2 default template.
Thanks
Last Edit: 2013/05/01 13:37 By lkup.Reason: added template name
The administrator has disabled public write access.
 
#40465
Re:ARI Ext Menu position on site. 11 Years ago Karma: 748
You can add custom CSS rules to "CSS Styles" parameter in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40484
Re:ARI Ext Menu position on site. 11 Years ago Karma: 0
worked like a charm.
Added it to the CSS Styles box under Sub-menu items styles.
Also, can you tell me what to add to the style sheet to get rid of the margin between the navigation menu and the logo box? - www.lookupyoursite.com
Thanks
Last Edit: 2013/05/01 21:33 By lkup.Reason: added link
The administrator has disabled public write access.
 
#40487
Re:ARI Ext Menu position on site. 11 Years ago Karma: 748
Add the following CSS Rule:

BODY #all #header
{
padding-top: 4.9em;
}

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