Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #78551
    Alexander
    Participant

    Hello everyone.

    I did the update to version 3.2 template and my site started to exhibit strange side effect. When I pass the mouse on the page body footer overlaps the page area of the body.

    The site to see the problem is the http://www1.sel.eesc.usp.br/sel/

    Thank you,

    Alex

    #78556
    Alexander
    Participant

    Hello again everyone,

    I found the problem of my site. I had put the CSS customization the following code .:

    #feature-slider .entry-container,
    .entry-container:hover {
          display:none!important
    }

    After removing this CSS definition, the site returned to normal operation. I tried to remove the link field that is in the Slide Show, but I believe you used the wrong hook.

    But taking advantage, if you want to take the slideshow image link, what should I do?

    Thank you.

    Alex

    #78567
    Sakin
    Keymaster

    @Alexander: You css needs to be as:

    #feature-slider .entry-container,
    #feature-slider .entry-container:hover {
          display: none;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problems with the template. Footer overlapping page.’ is closed to new replies.