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?

Space occupied by menu container
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Space occupied by menu container
#57305
Space occupied by menu container 8 Years ago Karma: 0
My site is still under development but can (usually) be seen at: www.spirit-of-the-land.com/SOTLjoomla/

I am using ARI Ext Menu (latest version) in a new Joomla 3.5 site with the Beez3 template. With the addition of the module css suggested elsewhere, the menu works well. Tanks for a good extension.

However, I have one question. If I look at my site with Firebug I find that a template-wide section "div#ariext_container.ux-menu-container.ux-menu-clearfix" occupies a space 1050px (the template width) by 36px high. Despite my best efforts I cannot see whether it is possible to reduce this vertical space. I am short of vertical space on the site and trying to gain pixels wherever possible.

The menu is, as suggested in another post, published with module css which includes the following:

#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}

#header ul.ux-menu
{
top: -180px;
}
}

I assume that the menu is therefore published below the template's header image, but the css above causes it to display above the header image as required.

Can anything be done to reduce the apparent waste of 36px vertically?

Incidentally, I also note that the Uppercase/Capitalise options in the menu module setup seem to have no effect. I just got around the problem by typing my menu names using uppercase characters.
The administrator has disabled public write access.
 
#57311
Re:Space occupied by menu container 8 Years ago Karma: 747
Hello,

Could you send an image where we can see what you want to achieve?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#57312
Re:Space occupied by menu container 8 Years ago Karma: 0
Thanks for your reply. The attached image shows a light blue stripe highlighted by Firebug. The space occupied by this stripe is 36px in height. Can its height be reduced?
[img} [img size=800]www.ari-soft.com/images/fbfiles/images/arisoft.jpg[/img]
Last Edit: 2016/04/02 08:19 By Traveller47.
The administrator has disabled public write access.
 
#57313
Re:Space occupied by menu container 8 Years ago Karma: 747
Add the following CSS rule:

#header .ux-menu-container {position:absolute;}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#57314
Re:Space occupied by menu container 8 Years ago Karma: 0
Excellent! That works well - solves my problem.

Thank you for your support.
The administrator has disabled public write access.
 
Go to topPage: 1