Slider Rev jumping on mouse over

Home Forums Jevelin Theme Slider Rev jumping on mouse over

Home Forums Jevelin Theme Slider Rev jumping on mouse over

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Onicklin
    Participant

    Hi, I’m having troube with my slider jumping about 20 pixels up every time the pointer hovers over it.

    It was working fine until I changed the Slider type from standard to hero and now I can’t get it make to stay static it always moves when the mouse goes over. I’ve tried so many options.  Please help.

     

    https://tilttest3.co.uk/

     

    Hi @Onicklin,

     

    I hope you are well today and thank you for your question.

     

    It seems this is happening because of the following CSS code that you are using on your site generated by Yellow Pencil editor.

     

    #content .vc_row-o-columns-middle:hover {
        position: relative;
        top: -82px;
    }

     

    To resolve the issue, you can either remove above custom CSS code or add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container #content .vc_row-o-columns-middle:hover {
        top: 0;
    }

     

    Best regards,
    Shufflehound team

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