Hi Lindsey,
It’s probably a problem with the theme. The link isn’t working any more – please could you set it back up?
Regards,
Tom
No response, setting to resolved.
LJ
(@phrasewrite)
Bet this will work. Tom from Matcha Labs provided to me this for my custom designed theme. Paste the following CSS in to your theme’s style.css file:
.postcontent .metaslider ul > li, .post .metaslider ul > li, .textblock .metaslider ul > li
{
overflow-x: hidden;
}
Hey Tom,
I’m definitely still having this problem.
It’s at http://www.synthesisgroup.com.au/industry (or /services).
I’m using a slightly modified Genesis theme from StudioPress (Centric-pro)
When there’s more than one image slider it maxes out crazy. The above CSS didn’t work for me.
Cheers,
Dan
Nevermind,
The fix in this link worked: http://stackoverflow.com/questions/14865921/flexslider-100-width-creates-horizontal-scroll-bar
CSS:
.metaslider.nav-hidden .flexslider
{
overflow-x: hidden;
}
Cheers
Dan