- Posts: 2
- Thank you received: 0
Arrows and Padding Question
-
mcneilsoccer
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #7256
by mcneilsoccer
Arrows and Padding Question was created by mcneilsoccer
I'm wondering if there is a simple code tweak to make the next and previous arrows overlay the articles instead of float on the outside of the articles.
I'm also wondering how I can remove the padding at the bottom where the pagination would normally go if it were enabled. As you can see at hiddenindie.com/index.php, It is adding padding at the bottom. I've set the height of the carousel to match that of the image height but it is still adding the white space.
I'm also wondering how I can remove the padding at the bottom where the pagination would normally go if it were enabled. As you can see at hiddenindie.com/index.php, It is adding padding at the bottom. I've set the height of the carousel to match that of the image height but it is still adding the white space.
Please Log in to join the conversation.
-
mcneilsoccer
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 8 months ago #7257
by mcneilsoccer
Replied by mcneilsoccer on topic Re: Arrows and Padding Question
I figured out problem 2. I no longer have a padding issue there. Still trying to figure out how to overlay buttons if it is possible. Thank you!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7268
by ivan.milic
Replied by ivan.milic on topic Re: Arrows and Padding Question
Try this:
add to your styles:
.carousel-previous
{
position: absolute;
z-index: 1000;
}
.carousel-next
{
position: absolute;
right: 0;
z-index: 1000;
}
add to your styles:
.carousel-previous
{
position: absolute;
z-index: 1000;
}
.carousel-next
{
position: absolute;
right: 0;
z-index: 1000;
}
Please Log in to join the conversation.
Time to create page: 0.162 seconds