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?

How to place the Menu the way I want it
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to place the Menu the way I want it
*
#44533
How to place the Menu the way I want it 10 Years, 7 Months ago Karma: 0
I´ve been searching through the Forum for some Time now but I couldn´t find any complete working solution...
I´m using the ARI Ext Menu on Joomla2.5 and had the Problem that the Menu didn´t appear if I chose the position I wanted it. I found a Solution here and now I can See it and it works but it still is not at the place where I want it to be... I can move it to the right place with Firebug (the right place is "top: -235px; and padding-left: 10px)(if that was some nonsense right now you can look at the pictures.) The Menu should be over my Logo.
The topic has been locked.
 
#44534
Re: How to place the Menu the way I want it 10 Years, 7 Months ago Karma: 0
oh and my website is www.jugendtag-gr.de
The topic has been locked.
 
#44536
Re: How to place the Menu the way I want it 10 Years, 7 Months ago Karma: 0
Okay, after trying a bit more I made it myselve, I had to change the following Code:
Code:

body #header
{
 overflow: visible;
 }
#header ul.ux-menu
{
top: -200px
}
#header ul.ux-menu li a:link, 
#header ul.ux-menu li a:visited
{
 display: block;
 padding: 10px 14px;
 
}

#header ul.ux-menu li a.ux-menu-link-parent:link, 
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
 display: block;
 padding: 10px 24px 10px 14px;
}


#header .ux-menu ul.ux-menu-hidden
{
 display: none;
}

#header ul.ux-menu
{
  right:-10px; <----------------------- this parameter
  top: -235px[/color]; <---------------------- this parameter
  margin: 0;
  padding: +0;
  
 position: relative;

}

#header ul.ux-menu-sub li
{
  text-align: left;
}

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


Good Night.
Last Edit: 2013/09/18 23:18 By Stony2712.Reason: the second one looked even more creepy tha the first so no colours but an arrow ...:D
The topic has been locked.
 
#44547
Re: How to place the Menu the way I want it 10 Years, 7 Months ago Karma: 747
Hello,

Do you need any assistance from our side ?

Regards,
ARI Soft
The topic has been locked.
 
#44579
Re: How to place the Menu the way I want it 10 Years, 7 Months ago Karma: 0
No, I don´t need it anymore because I found a way to fix my Problem (I just was tired of trying and so asked for some Help but a few tries later the I found a Way:))
Thank you
The topic has been locked.
 
Go to topPage: 1