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?

2 questions
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: 2 questions
#40692
2 questions 10 Years, 12 Months ago Karma: 0
Hello! I would like to know:

    Is there any way to take out Ari Ext Menu from the flow? I mean, my intention is to place the menu over the header, in a specific point.

    Can I make Ari Ext Menu transparent?


Thanks!!
The administrator has disabled public write access.
 
#40695
Re:2 questions 10 Years, 12 Months ago Karma: 748
Hello,

1. It is necessary to use custom CSS rules and it depends on module position and site template styles.

2. Do you want to do menu transparent or semi-trasparent?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40696
Re:2 questions 10 Years, 12 Months ago Karma: 0
Wow. You guys are superfast.

1. My template is cloudbase 2.5 (gantry) and the position is headera. Which rule and which css file do I have to change?
2. I would like to make it transparent.

Thanks!!!
The administrator has disabled public write access.
 
#40699
Re:2 questions 10 Years, 12 Months ago Karma: 748
Provide a link to a page where we can see the menu on your site and describe a new position for the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40712
Re:2 questions 10 Years, 12 Months ago Karma: 0
The administrator has disabled public write access.
 
#40727
Re:2 questions 10 Years, 12 Months ago Karma: 748
Add the following CSS rules:

.rt-grid-12>.rt-block
{
overflow: visible;
}

#rt-header .ux-menu-container
{
position: absolute;
top: -750px;
left: 20px;
}

#rt-header .ux-menu A
{
background: none transparent;
border-style: none;
}

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