Hi Bill,
Could you send me a link please, and do you experience the same issue when using a different theme (twenty eleven or twenty twelve)?
Regards,
Tom.
Hi Tom,
Thanks for the help.
Link: http://testsite.alap.info/slidertest
You can see what I mean how the photo pushes to the right over the pager bar and a horizontal scroll bar gets added(scroll bar only when viewing on desktop).
I did switch the theme to twenty eleven and then it pushed the pic to the left instead.
Basically Im just trying to get the photos centered or the excat size of the pager bar.
Thank you for the help
Hi Bill,
Thanks for the link. I looked a few days ago and saw the issue you were referring to, but didn’t quite get the time to send you the CSS fixes (the problem is due to your theme adding some CSS which is overriding the meta slider styles). Since then it looks like you’ve switched to coin slider which doesn’t display the same problems.
If you could switch it back to FlexSlider (assuming you’d prefer to use that), I will send over the CSS that you’ll need to fix the problem.
Regards,
Tom
Thanks Tom,
I switched it over to the responsive one you have as that is ultimately the one im trying to get working. The scroll bar is now visible.
Thanks very much
p.s. I had an error in the post the image sizes are 600×500 and it is set to that.
Hi Bill,
Please try adding this to your themes style.css file:
.art-postcontent .metaslider ul>li, .art-post .metaslider ul>li {
overflow: hidden;
padding-left: 0;
}
.art-article .metaslider img {
margin: 0;
}
Regards,
Tom
Cool, you’re welcome 🙂
Please consider leaving a review if you get a minute!
Regards,
Tom.