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?

Title and Description Position
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Title and Description Position
#10039
Title and Description Position 13 Years, 3 Months ago Karma: 0
Thank you for such a great series of modules! I would like to move the Title and Description from the top left corner of the module box area to the top right corner (where the navigation arrows show when enabled) - Can you tell me how to do so?
The administrator has disabled public write access.
 
#10041
Re:Title and Description Position 13 Years, 3 Months ago Karma: 748
Hello,

Add the following code to "CSS Styles" parameter in module settings:

Code:


DIV{$id}_wrapper DIV.ari-cloud-carousel-caption
{
  left: auto;
  right: 15px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10042
Re:Title and Description Position 13 Years, 3 Months ago Karma: 0
Thanks for the quick reply, you guys rock! Now I'm off the the Joomla extensions directory to leave an awesome review!
The administrator has disabled public write access.
 
#10545
Re:Title and Description Position 13 Years, 3 Months ago Karma: 0
The module is excellent, thank you! You're the best! Tell me what to write in "CSS Styles", that the title and description have been under the module at the center. Thank you.
ps Sorry for my Russian-English ...
Last Edit: 2011/02/01 20:11 By johny_nk.Reason: >G5?OB:8
The administrator has disabled public write access.
 
#10546
Re:Title and Description Position 13 Years, 3 Months ago Karma: 748
Hello,

Thank you for your kind words. Add the following code to "CSS Styles" parameter:

Code:


DIV{$id}_wrapper DIV.ari-cloud-carousel-caption
{
  top: 100%;
  margin: -35px auto 0;
  width: 100%;
}

DIV{$id}_wrapper DIV.ari-cloud-carousel-caption .ari-cloud-carousel-title,
DIV{$id}_wrapper DIV.ari-cloud-carousel-caption .ari-cloud-carousel-title
{
  text-align: center;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10590
Re:Title and Description Position 13 Years, 3 Months ago Karma: 0
With this code, only the title is centered, and the description in the lower left corner. Please help make the description in the center
The administrator has disabled public write access.
 
Go to topPage: 12