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?

Prb in menu after resizing Firefox + Center
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Prb in menu after resizing Firefox + Center
#33121
Prb in menu after resizing Firefox + Center 11 Years, 8 Months ago Karma: 0
Dear ARI Team,

I need your help in two problems I'm having on my website plz
www.antonins.org/antonins

1/ Whenever I resize Firefox, the menu drops into two lines as shown in the linked pic below. How can I resolve the prb ?
www.antonins.org/antonins/images/menu.jpg

2/ I need to center my menus horizontally.
Now I am using the css below, but this isn't working on smaller resolutions. How can I automate this to center the menu horizontally ?

.ux-menu, .ux-menu ul {
padding: 0 0 0 145px;
}


Thanks in advance
Last Edit: 2012/10/26 07:42 By touficdb.Reason: No attachments allowed
The administrator has disabled public write access.
 
#33123
Re:Prb in menu after resizing Firefox + Center 11 Years, 8 Months ago Karma: 748
Hello,

Add the following CSS rules:

UL.ux-menu,
UL.ux-menu ul
{
padding: 0;
}

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

UL.ux-menu
{
display: inline-block;
}

#ariext119_container
{
min-width: 1100px
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33126
Re:Prb in menu after resizing Firefox + Center 11 Years, 8 Months ago Karma: 0
Unbelievably amazing support !
Thanks a lot
The administrator has disabled public write access.
 
#33190
Re:Prb in menu after resizing Firefox + Center 11 Years, 8 Months ago Karma: 0
Dear Support Team,

After applying the changes, I tried to see the page on my iphone4.

A very large empty space is added at the right of the page as seen in the pic below
antonins.org/antonins/images/photo.PNG

When I click on one of the items in the menu, all the empty space disappears and the page works fine.

Thanks in advance for your help solving this issue
The administrator has disabled public write access.
 
#33193
Re:Prb in menu after resizing Firefox + Center 11 Years, 8 Months ago Karma: 748
It doesn't seem that this problem with the menu. It can be a problem with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33194
Re:Prb in menu after resizing Firefox + Center 11 Years, 8 Months ago Karma: 0
Thanks for your answer but once I disabled the menu module, I didn't have this problem.
Plus, before doing the correction you gave me to center the menu, I didn't have this problem neither
The administrator has disabled public write access.
 
Go to topPage: 12