Home Forums Theme support problem of picture size in main slider

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 7 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hi
    On honey theme i made a slide in the main page with smooth-slider. when i open the website, i saw quickly the slide that i want and imediatly after an other one with big pictures come over it. this don t happen on safari but happen with chrome. I m sure i did something wrong but i don t know what.

    you can see that on kamasoul.eu/site

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.