Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

How to align centre bottom the description + title
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to align centre bottom the description + title
#41430
How to align centre bottom the description + title 11 Years, 7 Months ago Karma: 0
This should be easy, buy i can't seem to get CSS code in the module to center bottom align the title/description of the images as per ini file.

This is the ideal location for the active icon/image, rather than being to one side.

Any help would be appreciated.

Thank you.
The administrator has disabled public write access.
 
#41437
Re:How to align centre bottom the description + title 11 Years, 7 Months ago Karma: 760
Hello,

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

{$id}_wrapper .ari-cloud-carousel-caption
{
top: 98%;
width: 100%;
}

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

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41443
Re:How to align centre bottom the description + title 11 Years, 7 Months ago Karma: 0
Hi, unfortunately using this code still results in the text remaining in the top left corner.
Any alternative ideas?
Thanks.
The administrator has disabled public write access.
 
#41445
Re:How to align centre bottom the description + title 11 Years, 7 Months ago Karma: 760
The code works fine for us. Where we can see the carousel?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41450
Re:How to align centre bottom the description + title 11 Years, 7 Months ago Karma: 0
reply sent direct via email
The administrator has disabled public write access.
 
#41451
Re:How to align centre bottom the description + title 11 Years, 7 Months ago Karma: 760
You entered incorrect code in "CSS Styles" parameter. It without {$id}.

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