Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Making the menu align in center
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Making the menu align in center
#29049
Making the menu align in center 12 Years, 5 Months ago Karma: 0
Hai Ari,

I got my website, it's atm offline, offline building.

You can see the menu here, I want to get it in center, I already used this code:

UL.ux-menu A {
border-style: none !important;
height: 2px;
}

But isn't working ><.
Can someone help ?

Thanks in advance :3
Last Edit: 2013/08/23 18:18 By ichabi.
The administrator has disabled public write access.
 
#29050
Re:Making the menu align in center 12 Years, 5 Months ago Karma: 760
Hello,

We can investigate an issue when your site is available online.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29052
Re:Making the menu align in center 12 Years, 5 Months ago Karma: 0
Well,
That's kidna a problem, 'cause it's online hosted till the hole website is done, then it's gone be uploaded. ><

Can you just give me some advice ?!
Thanks!
The administrator has disabled public write access.
 
#29053
Re:Making the menu align in center 12 Years, 5 Months ago Karma: 760
You can try to increase value of "height" CSS property in your CSS rule. If it doesn't help, use FireBug addon for FireFox browser to investigate the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29054
Re:Making the menu align in center 12 Years, 5 Months ago Karma: 0
Okay well,
I downloaded Firebug ( My main browser is chrome, not IE )
And I found this out;

.ux-menu a {
padding: 9px 14px;

How to code it in the css in joomla to


.ux-menu a {
padding: 5px 14px


Cheers
The administrator has disabled public write access.
 
#29055
Re:Making the menu align in center 12 Years, 5 Months ago Karma: 760
Add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


UL.ux-menu A {
padding: 5px 14px;
}



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