Product Page Fix

Multipurpose WordPress Theme Forum Support
GK User
Mon Dec 07, 2015 7:57 am
Hi,

On my product page I've added additional product attributes. But when I use it additional products info is jumping up and down. Example here: http://lishinu.bordomat.com/?product=lishinu-original-dog-leash.

How do I turn that effect off?

Thx.
M
User avatar
Senior Boarder

GK User
Mon Dec 07, 2015 9:15 am
Hi,

It's an animation from WooCommerce template files, but try to override it using the following custom css code:
Code: Select all
.single-product .single_variation_wrap {
  min-height: 120px!important;
}
User avatar
Moderator

GK User
Wed Dec 09, 2015 12:08 am
Thank you. That works.

M
User avatar
Senior Boarder


cron