Home Forums Theme support problem of picture size in main slider Reply To: problem of picture size in main slider

Hi,

saw the problem on your website, there is a small problem with our css code in case you set a height to the smooth slider.

Please go to WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this code:

#smooth_header div.scrollableArea a, div.scrollableArea, div.scrollWrapper {
	height:inherit;
}
#smooth_header div.scrollableArea a {
	display:block;
	float:left;
}

This will fix the problem.

We will upload in the next 2 hours also the update to fix the problem.