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?

Position of Title and Description
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Position of Title and Description
#12209
Position of Title and Description 13 Years, 1 Month ago Karma: 0
Hi

I have managed to change the position of title and description by using the following 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;
}

Unfortunately, the description is shown in the left but I would like to have it also centered.

Could you please help?

Many thanks in advance

Kind regards
Marcel
The administrator has disabled public write access.
 
#12212
Re:Position of Title and Description 13 Years, 1 Month ago Karma: 748
Hello,

Provide link to page please where we can see this issue. It can be a conflict with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12213
Re:Position of Title and Description 13 Years, 1 Month ago Karma: 0
Hi

That was fast.

You may see the effect on the following page

www.einfach-gewicht-abnehmen.de/

Kind regards
Marcel
The administrator has disabled public write access.
 
#12214
Re:Position of Title and Description 13 Years, 1 Month ago Karma: 748
Use the next CSS rule:

Code:


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



instead of:

Code:


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.
 
#12215
Re:Position of Title and Description 13 Years, 1 Month ago Karma: 0
Hi

Many thanks for the very fast reply. I've changed the code and it all works!

Kind regards
Marcel
The administrator has disabled public write access.
 
Go to topPage: 1