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?

Every submenu lost decoration when rt_afterburner
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Every submenu lost decoration when rt_afterburner
#4975
Every submenu lost decoration when rt_afterburner 13 Years, 10 Months ago Karma: 0
Hello everybody! I decide to use this nice module for my site, but my template is Afterburner (free template from rockettheme) and somehow it ruins decoration of any submenus! I tested this with standart templates and everything was right. I found not specific css styles or js and jdoc-head is standart and right. Any ideas? Url - a-garage.ru
Last Edit: 2010/06/21 17:44 By Hottentot.
The administrator has disabled public write access.
 
#4977
Re:Every submenu lost decoration when rt_afterburner 13 Years, 10 Months ago Karma: 747
Hello,

This problem with your template CSS styles. Add the following CSS rules to 'CSS Styles' parameter in module settings:

Code:


#{$id} .bd UL LI UL
{
 width: auto;
  position: relative;
}

#{$id} .bd UL LI UL
{
 width: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4993
Re:Every submenu lost decoration when rt_afterburner 13 Years, 10 Months ago Karma: 0
Thank you, it helped!
Another question: how can i fix padding for text and selected object?
Last Edit: 2010/06/22 11:54 By Hottentot.
The administrator has disabled public write access.
 
#4994
Re:Every submenu lost decoration when rt_afterburner 13 Years, 10 Months ago Karma: 747
Sorry, a mistake in the previous code. It should look like:

Code:


#{$id} .bd UL LI UL
{
 width: auto;
  position: relative;
}

#{$id} .bd UL LI UL LI
{
 width: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4995
Re:Every submenu lost decoration when rt_afterburner 13 Years, 10 Months ago Karma: 0
It helped with any text , but this selected blue line still moved right.
The administrator has disabled public write access.
 
#4996
Re:Every submenu lost decoration when rt_afterburner 13 Years, 10 Months ago Karma: 747
Try to add the following to "#{$id} .bd UL LI UL LI" CSS rule:

Code:


margin-right: 8px;



or the following if you want to fill all available space in sub-menu with blue line:

Code:


margin: 0 -8px;



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