Problem with the alignment
11 years 8 months ago #13471
by osek2112
Problem with the alignment was created by osek2112
Hello:
I have installed your excellent extension, but I have a problem: The slideshow doesn't align correctly. I have read all the forum about this issue and I have not found any solution for this.
If you want to check it out: www.cronicas.pe/cronicas_web
I don't know how to solve this, I tried everything.
I'll appreciate your help.
Thank you.
I have installed your excellent extension, but I have a problem: The slideshow doesn't align correctly. I have read all the forum about this issue and I have not found any solution for this.
If you want to check it out: www.cronicas.pe/cronicas_web
I don't know how to solve this, I tried everything.
I'll appreciate your help.
Thank you.
Please Log in or Create an account to join the conversation.
11 years 8 months ago #13474
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Problem with the alignment
Hi
I don't see any issue ...
CEd
I don't see any issue ...
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 8 months ago #13491
by osek2112
Replied by osek2112 on topic Problem with the alignment
Hello:
I already found the solution, it was in camera.css
Thanks anyway.
I already found the solution, it was in camera.css
Thanks anyway.
Please Log in or Create an account to join the conversation.
11 years 7 months ago #13657
by clavilab
Replied by clavilab on topic Problem with the alignment
i have the same problem. can you please post how you solve the problem in camera.css
Please Log in or Create an account to join the conversation.
11 years 7 months ago #13658
by osek2112
Replied by osek2112 on topic Problem with the alignment
Check this:
.cameraContent {
bottom: 0;
display: none;
left: 0;
position: absolute;
line-height: normal;
right: 0;
top: 0;
}
.camera_target {
bottom: 0;
height: 100%;
left: -20px;
overflow: hidden;
position: absolute;
right:0;
text-align: left;
line-height: normal;
top: 0;
width: 100%;
z-index: 0;
I modified the code to align the slideshow to my template. I don't know if it'll work with what you have but give it a try. You have to prove with (left:-20px) that was what it worked for me.
Let me know if you could solve your problem.
Bye
.cameraContent {
bottom: 0;
display: none;
left: 0;
position: absolute;
line-height: normal;
right: 0;
top: 0;
}
.camera_target {
bottom: 0;
height: 100%;
left: -20px;
overflow: hidden;
position: absolute;
right:0;
text-align: left;
line-height: normal;
top: 0;
width: 100%;
z-index: 0;
I modified the code to align the slideshow to my template. I don't know if it'll work with what you have but give it a try. You have to prove with (left:-20px) that was what it worked for me.
Let me know if you could solve your problem.
Bye
Please Log in or Create an account to join the conversation.
11 years 7 months ago #13659
by clavilab
Replied by clavilab on topic Problem with the alignment
no luck. still slides are stick in the middle. i gave it a -410px which is half of my slides width. it is weird because the alignment in the controls is not making a difference no matter where i put it.
.cameraContent {
bottom: 0;
display: none;
left: -410px;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.camera_target {
bottom: 0;
height: 100%;
left: 0px;
overflow: hidden;
position: absolute;
right: 0;
text-align: left;
top: 0;
width: 100%;
z-index: 0;
.cameraContent {
bottom: 0;
display: none;
left: -410px;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.camera_target {
bottom: 0;
height: 100%;
left: 0px;
overflow: hidden;
position: absolute;
right: 0;
text-align: left;
top: 0;
width: 100%;
z-index: 0;
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds