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?

Every item is overlaping
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Every item is overlaping
#46507
Every item is overlaping 10 Years, 4 Months ago Karma: 0
Hi

I'm preparing a site for family owned start-up and I really wanted to use ARI Ext Menu but I have a problem it.
On my website (salonprestige.com.pl/ ) under "LASEROTERAPIA" menu we should be able to see couple of sub menu items... which are clearly overlaping :/

Is there a way to fix this?

Tahnk you in advance !
Last Edit: 2013/12/05 00:57 By msowa.
The administrator has disabled public write access.
 
#46516
Re:Every item is overlaping 10 Years, 4 Months ago Karma: 747
Hello,

This problem with site template styles for default menu in selected module position. Open index.php site template file, replace the following code:

<div class="navigation">

with the following one:

<div class="navigation1">

and add the following CSS rules to "CSS Styles" parameter in module settings:

UL.ux-menu LI
{
margin: 0;
list-style-type: none;
}

UL.ux-menu UL.ux-menu-sub
{
z-index: 20001;
}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#46520
Re:Every item is overlaping 10 Years, 4 Months ago Karma: 0
Worked like charm!!!
Awesome!

To change the color of the borded should I write something to CSS styles parameter or change the css file itself?
The administrator has disabled public write access.
 
#46522
Re:Every item is overlaping 10 Years, 4 Months ago Karma: 747
Try the following CSS rule:

UL.ux-menu a
{
border-color: red;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46547
Re:Every item is overlaping 10 Years, 4 Months ago Karma: 0
I messed it again :/
Even when the title is off (theme option) and the code provided is still saved.
I could not find the way to activate it in proper way.

Are you able to help me with this one?
The administrator has disabled public write access.
 
#46548
Re:Every item is overlaping 10 Years, 4 Months ago Karma: 747
This problem with site template and selected module position. We can recommend to contact site template developers so they fix the problem.

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