Hi guys,
Noticing a weird bug when you click on the arrows of the blockquote - they half disappear.

Any idea what is causing that?
Thank you!
Hi guys,
Noticing a weird bug when you click on the arrows of the blockquote - they half disappear.

Any idea what is causing that?
Thank you!
Hello @kcreative,
Thanks for writing in!
I can replicate the issue in the site. This is because of the changing height of the slides. To resolve this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-flexslider-shortcode-container .x-flexslider-shortcode {
padding-top: 30px;
}
.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
top: 0;
}
We would love to know if this has worked for you. Thank you.
Thank you for the help, that fixed it!
You’re welcome!
We really appreciate for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.