This is what I'm trying to fix:
http://dl.dropbox.com/u/48710542/huh1.jpg
How do I decrease the space between the slider buttons and the bottom of the slide/s?
Which piece of code do I modify?
Thanks!
This is what I'm trying to fix:
http://dl.dropbox.com/u/48710542/huh1.jpg
How do I decrease the space between the slider buttons and the bottom of the slide/s?
Which piece of code do I modify?
Thanks!
bump
bump - help appreciated.
no help?
Hey!
Add following code to css/custom.css:
.contentSlideControlls {
padding-top: 0px;
}
Best regards,
Peter
Tried that, but did not work unfortunately.
Hi realmisr,
It does remove the padding that is there but maybe not enough to your liking :)
Try adding a negative margin value to the class and see if you like the spacing then:
.contentSlideControlls {
padding-top: 0px;
margin-top: -15px;
}Thanks Devin,
You're right - that worked out perfect!
You must log in to post.