There seems to be some extra space at the bottom of the slider tabs between the navigators and content. Additionally, I am facing a challenge in making the page responsive as the content size does not adjust when I resize the window. To see the changes, I have to open a new window at the required size before opening the website. I am currently using the following code for the tabs below...
$(document).ready(function(){
var tabs = $("div#mySliderTabs").sliderTabs({
autoplay: false,
indicators: true,
panelArrows: true,
panelArrowsShowOnHover: false,
tabsLoop:true,
tabsAnimSpeed: 800,
responsive:true,
tabsScroll:false,
});
});
Thank you in advance for your help