Okay
  Public Ticket #1229145
Full background hover effect
Closed

Comments

  •  3
    zannoni started the conversation

    Hi,

    Full background hover effect doesn´t work for portfolio-category even it is checked in the kalium options. Why that happens?

    Thank you

  •  1,559
    Laborator replied

    Hi zannoni,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   zannoni replied privately
  •  1,559
    Laborator replied

    Hi again,

    This issue was being caused by the CSS below:

    #portfolio-1.portfolio-holder .thumb .hover-state.hover-full {
        margin: 9px !important;
    }
    

    Which was in your Custom CSS, I have removed it now and it loads fine.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    zannoni replied

    Thank you Art for your reply.

    The specific CSS use to solve the problem of the home page portfolio thumbnails where there is a pixel gap in the bottom of every thumbnail. How can I solve it now?

    Check the attached image.

  •  1,559
    Laborator replied

    Hi Zannoni,

    That's strange, just checked this but I don't see the same result as you, checked on 3 different web browsers to make sure, please see the attached video: http://drops.laborator.co/D6wxnR

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    zannoni replied

    In the categories the thumbnails working good. The problem is only in the home page. So I resolved it with the deleted css code, applied only in the specific page:


    .page-id-3286 #portfolio-1.portfolio-holder .thumb .hover-state.hover-full {

        margin: 9px !important;
    }


  •  1,559
    Laborator replied

    Hi zannoni,

    Glad to hear that you managed to fix it then


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group