Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 1 Year, 7 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 20:44 By Hottentot.
The administrator has disabled public write access.
 
#4977
Re:Every submenu lost decoration when rt_afterburner 1 Year, 7 Months ago Karma: 278
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 1 Year, 7 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 14:54 By Hottentot.
The administrator has disabled public write access.
 
#4994
Re:Every submenu lost decoration when rt_afterburner 1 Year, 7 Months ago Karma: 278
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 1 Year, 7 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 1 Year, 7 Months ago Karma: 278
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