• Resolved guguwpblog

    (@guguwpblog)


    i have a slideshow on my theme the code is

    .slideshow{
    height:440px;     /*this changes the height of the main image slider*/
    width:940px;
    overflow: hidden;
    position: relative;
    }

    now when i change the height to 340, some part of image become hidden, i want it to stop the overflow means i want thaat image as it is. when an image comes up after transition it comes as it is but suddenly aftre that it changes its width. i want to stop that change means no overflow

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Try to change the value of ‘overflow’ attribute or remove it from the block of style statements that you have mentioned in the post.

    Then save the style.css file and re-upload it.

    Thanks.

    Thread Starter guguwpblog

    (@guguwpblog)

    no it doesn’t work
    however i managed to solve it, problem was that this value was also mentioned in function.php, so needed to change from there too
    anyway thanks for replying

    Hi,

    If it doesn’t make any changes from style.css then try to make same changes in function.php file.

    Hope it helps you.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css overflow problem. please help!!!!’ is closed to new replies.