Catch Themes » All Posts https://catchthemes.com/support-forum/forum/premium-themes/catch-everest-pro/feed/ Wed, 13 Aug 2025 12:30:58 +0000 https://bbpress.org/?v=2.6.14 en-US https://catchthemes.com/support-forum/topic/slider-going-all-over-the-place/#post-338031 <![CDATA[Reply To: Slider going all over the place]]> https://catchthemes.com/support-forum/topic/slider-going-all-over-the-place/#post-338031 Tue, 05 Nov 2024 11:34:32 +0000 sujapati @janine:

I’m sorry to hear you’re still experiencing issues. As mentioned, we’ve carefully tested everything on our end and didn’t encounter this problem. These types of errors can sometimes happen when JavaScript loads slowly, image sizes are too large or there could be a hosting server issue.

Looking at the screenshot you shared, we noticed that the slider navigation and controls are extending beyond their container. You can prevent this by adding the following CSS, which hides any overflow outside the parent div.

#main-slider {
    overflow: hidden;
}
#slider-nav,#controllers {
    top: auto;
}

Kind Regards,
Sujapati

]]>