• Resolved happle

    (@happle)


    The blocks on the main page don’t increase in size when they are rolled over anymore. Is there a way to restore this feature? It was cool.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Happle,

    Try adding this to your Custom CSS:

    .midrow_block:hover { background: rgba(0, 0, 0, 0.02); -webkit-transform: scale(1.14); -moz-transform: scale(1.14);-ms-transform: scale(1.14); -o-transform: scale(1.14); transform: scale(1.14);}

    Thread Starter happle

    (@happle)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blocks don't change on rollover’ is closed to new replies.