Support » Themes and Templates » Background-help

  • Hello

    My site: http://www.geimaku.com/

    I have done so that when you hover “POPULAR STORIES” in my side-bar the backgrouns turns green.

    But I think I’ve done something wrong. Because when you hover one of the stories, the below one moves a little bit up.

    Please go to the site and try it. Then you’ll see what I mean.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The two styles that are affecting that are below — note that the second one has a defined height — add the height to the first style (as per below) and the problem should go away.

    .popular-posts li {
        padding:5px 5px 30px 5px;
        height: 35px;
    }
    
    .popular-posts li:hover {
        background-color: green;
        background-position: right top;
        background-repeat: no-repeat;
        border-radius: 4px;
        height: 35px;
    }
    Thread Starter makta112

    (@makta112)

    Hi

    That was the problem. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background-help’ is closed to new replies.