• Resolved amdsnk

    (@amdsnk)


    Hi, I’m using “Forward” hover and I need to make it more move to right when hover. I already read the hover.css, but I don’t know which one should I change in order to make it move more to the right. Kindly help, thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    You can use the CSS code like:

    
    .hvr-forward:hover {
      transform: translateX(10px) !import;
    }
    

    Change the value 10 as you need

    In the site dashboard:

    Go to the page ‘Appearance’->’Customize’
    Click ‘Additional CSS’
    Add CSS code
    Click ‘Published’

    Thread Starter amdsnk

    (@amdsnk)

    It works! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forward – More Slide to Right’ is closed to new replies.