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, description and navigation position
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Title, description and navigation position
*
#23938
Title, description and navigation position 12 Years, 3 Months ago Karma: 0
Hello,

Firstly thanks for your great job on this module.
Secondly, sorry for my poor english

And finally my problem

I would like to positionate title, description and navigation buttons in a different place. I have make it easily, but there is some problems ...

- If title or description is too long, it's not along center
- If i add some image or raise the width of the carousel i need to repositionate everything manually

My link : joomla-dev.desu.fr/decoration-exterieure

You can see the problem on this screen below :



Uploaded with ImageShack.us

My css, i'm really bad in css language so i have make a lot of improvisation and that's why i need to repositionate everything after i have add one, two, three pictures ... May be it would works better with % values.

Code:

.ari-cloud-carousel-loading {
background: transparent url(images/loading.gif) no-repeat center center;
}

.ari-cloud-carousel-loading .ari-cloud-carousel,
.ari-cloud-carousel-loading .ari-cloud-carousel-caption,
.ari-cloud-carousel-loading .ari-cloud-carousel-nav {
visibility: hidden;
}

.ari-cloud-carousel-wrapper {
position: relative;
margin: -149px;
}

.ari-cloud-carousel-wrapper .ari-cloud-carousel-caption {
position: absolute;
top: 5px;
left: 10px;
z-index: 99;
}

.ari-cloud-carousel-caption .ari-cloud-carousel-title {
position: absolute;
top: 525px;
right: -612px;

}

.ari-cloud-carousel-caption .ari-cloud-carousel-alt {
position: absolute;
top: 545px;
right: -632px;

}


.ari-cloud-carousel-caption .ari-cloud-carousel-title {
font-weight: bold;
}

.ari-cloud-carousel-wrapper .ari-cloud-carousel-nav {
position: absolute;
top: 485px;
right: 542px;
}

.ari-cloud-carousel-wrapper .ari-cloud-carousel-nav A.ari-cloud-carousel-left,
.ari-cloud-carousel-wrapper .ari-cloud-carousel-nav A.ari-cloud-carousel-right {
position: relative;
text-indent: -9999px;
height: 40px;
width: 40px;
display: block !important;
float: left;
margin: 0 10px;
}

.ari-cloud-carousel-wrapper .ari-cloud-carousel-nav A.ari-cloud-carousel-left {
background: transparent url(images/rotate-left.png) no-repeat 0 0;
}

.ari-cloud-carousel-wrapper .ari-cloud-carousel-nav A.ari-cloud-carousel-left:,
.ari-cloud-carousel-wrapper .ari-cloud-carousel-nav A.ari-cloud-carousel-right: {
background-position: 0 -39px;
}

.ari-cloud-carousel-wrapper .ari-cloud-carousel-nav A.ari-cloud-carousel-right {
background: transparent url(images/rotate-right.png) no-repeat 0 0;
}

.ari-cloud-carousel-header,
.ari-cloud-carousel-footer
{
text-align: center;
}



Thanks for your help !
Last Edit: 2012/01/22 13:54 By kitkiller.
The administrator has disabled public write access.
 
#23950
Re:Title, description and navigation position 12 Years, 3 Months ago Karma: 748
Hello,

In your case better use "bottom" instead of "top" CSS property to re-position navigation and title containers. About description, it looks centered. Do you want to decrease width of "description" container?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23953
Re:Title, description and navigation position 12 Years, 3 Months ago Karma: 0
Thanks for your reactivity

For the description problem i have solve it. Perhaps my mainly problem is that :

The width of the carousel in module configuration is 1200 with these 25 images
To center my description and my title i have use the attribute center and a width of 1200. But if the client who will use this site add somes images (he would like to put 60 pictures ...), he should to raise the width of the carousel in the confoguration and after that my title, description and navigations buttons will not longer be centered ... And i can't tell him "edit your style.css and replace these values".
May be if i use % values it could work better .

Thanls for youe time and for your help.
The administrator has disabled public write access.
 
#23954
Re:Title, description and navigation position 12 Years, 3 Months ago Karma: 748
Use the next CSS rules:

Code:


DIV.ari-cloud-carousel-caption,
DIV.ari-cloud-carousel-caption DIV.ari-cloud-carousel-title,
DIV.ari-cloud-carousel-caption DIV.ari-cloud-carousel-alt
{
 width: 100%;
}



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