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?
Go to bottomPage: 1
TOPIC: Last Resort!
#8679
Last Resort! 14 Years, 5 Months ago Karma: 0
Alright I am completely oblivious to the configuration of the menu, so since I cannot find working answers in the forum I need help with this.
Here is the link to the menu:
The Website
While looking through the forum, you say to edit the CSS but which one do I edit? Do I just copypasta into the 'CSS Styles' entry in the EXT MENU module edit screen?
The submenu appears behind the content, how do I fix that?
How can I make this menu look more like the one above?
And that is about it
Sorry if the questions have already been answered or are completely nubbish. I simply cannot find any working answer or I am not doing it right.
Thanks!
The administrator has disabled public write access.
 
#8684
Re:Last Resort! 14 Years, 5 Months ago Karma: 763
Hello,

Add the following CSS rules that sub-menu is shown correctly:

Code:


.art-Sheet-body .art-Block
{
  z-index: 3;
}

.art-Sheet-body .art-contentLayout 
{
  z-index: 2;
}



You can add this code to "CSS Styles" parameter or to site template CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8701
Re:Last Resort! 14 Years, 5 Months ago Karma: 0
Alright that worked great! Now, how do I center the menu, and how can i copy the menu CSS from topmenu to the ariextmenu so it looks exactly the same?
Thanks
The administrator has disabled public write access.
 
#8721
Re:Last Resort! 14 Years, 5 Months ago Karma: 763
It seems you have changed menu styles. Use the following CSS rules that centering the menu:

Code:


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

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



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