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?

Another issue on centering the menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Another issue on centering the menu
#11682
Another issue on centering the menu 13 Years, 2 Months ago Karma: 0
Hey,
first of all I wanted to say "thanks" for the great mod you've written. I've barely ever seen a mod with such great possibilities of customization and usability.

However, I've got one problem: I'm rather new to Joomla! and started to create a homepage just two days ago. I downloaded, installed and customized the menu, but I am not able to move it into a centered position, so it's stuck at the very left of the page.

If you could provide me with any information on the topic, I'd be grateful.

Thanks for your time.

Kind regards,
Phil

PS: Link to the page: portal.dark-horizon.eu/
The administrator has disabled public write access.
 
#11684
Re:Another issue on centering the menu 13 Years, 2 Months ago Karma: 748
Hello,

Remove "display: inline-block !important" CSS property for "#breadcrumbs" and ".ux-menu-container" elements and add the following CSS rules:

Code:


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

UL.ux-menu
{
  display: inline-block !important;
  zoom: 1;
  *display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11697
Re:Another issue on centering the menu 13 Years, 2 Months ago Karma: 0
Hi,

thanks for the reply. I did as you told me and it works in Firefox, but somehow neither in Opera, nor Google Chrome. Is there anyhing else I can do?

Kind regards.
Phil

Edit: Figured it out how to get it to work in Chrome. DIV and UL must not be capital letters and it works for it. The problem in Opera remains, anyway.
Last Edit: 2011/02/28 20:02 By Zateha.
The administrator has disabled public write access.
 
#11703
Re:Another issue on centering the menu 13 Years, 2 Months ago Karma: 0
Hi Guys
Sorry to hijack but the subject is the same. My previous post was about centreing the menu. I've tried this code too and I get the same effect as described in my post - i.e. the menu first appears on the left and then only jumps to the centre after a second or two. Did you get this too Phil?
AriSoft - is there any explanation/fix for this please?

Thanks....

Jon
The administrator has disabled public write access.
 
#11715
Re:Another issue on centering the menu 13 Years, 2 Months ago Karma: 748
To Zateha, it doesn't mean "UL" and "LI" as capital letter or not. Tag names are not case-sensitive in CSS rules. About Opera, it looks fine on our side. Could you specify what version of Opera you use and provide screenshot where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11717
Re:Another issue on centering the menu 13 Years, 2 Months ago Karma: 748
To jonb, read the answer in original post.

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