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't hide the Submenu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Can't hide the Submenu
#26020
Can't hide the Submenu 12 Years, 4 Months ago Karma: 0
Can somebody assist me on how to hide the Submenu?

Here's my current working website: laiyagourmet.com/Joomla/index.php?option=com_content&view=category&layout=blog&id=2&Itemid=136

Thanks in advance!
The administrator has disabled public write access.
 
#26021
Re:Can't hide the Submenu 12 Years, 4 Months ago Karma: 748
Hello,

Use the solution from this post.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26022
Re:Can't hide the Submenu 12 Years, 4 Months ago Karma: 0
admin wrote:
Hello,

Use the solution from this post.

Regards,
ARI Soft


Wow that's GREAT!

By the way how can i remove the dropdown arrow on my menu that indicates that there's a submenu on it?

Also how can i center my menu items on my front end?

Sorry i'm just learning your module and a newbie on joomla! Thank you for understanding.
The administrator has disabled public write access.
 
#26024
Re:Can't hide the Submenu 12 Years, 4 Months ago Karma: 748
Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


#header .ux-menu-container
{
 text-align: center;
}

#header .ux-menu
{
 display: inline-block;
 width: auto;
 right: inherit;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26636
Re:Can't hide the Submenu 12 Years, 3 Months ago Karma: 0
I tried both, neither worked to center the text in my menu, any suggestions?
I have already customized my menu this way
Code:


DIV.ux-menu-container UL.ux-menu
{
 margin: 0;
}

DIV.ux-menu-container UL.ux-menu LI
{
 overflow: visible;
 margin: 0;
 padding: 0;

}

DIV.ux-menu-container UL.ux-menu UL.ux-menu-sub
{
 margin: 0;
 padding: 0;
}

UL.ux-menu SPAN.ux-menu-arrow
{
 display: none;
}

.art-content-layout .ux-menu a.ux-menu-link-parent 
{
 padding-right: 14px;
}
#ariext103_container LI.ux-menu-item-level-0
{
 width: 175px !important;
}
#ariext103_container LI.ux-menu-item-level-1
{
 width: 175px !important;
}



TIA
The administrator has disabled public write access.
 
#26641
Re:Can't hide the Submenu 12 Years, 3 Months ago Karma: 748
Use "Text align" parameter in module settings.

Regards,
ARI Soft
Last Edit: 2012/03/23 06:36 By admin.
The administrator has disabled public write access.
 
Go to topPage: 1