Hello,
after updating to 7.1.2 the shop buttons seem to have size problems when using standard button style. The buttons are very small.
This code seems to be the problem:
.wd-hover-standard .wd-add-btn>a {
border-radius: var(--btn-accented-brd-radius);
color: var(--btn-accented-color);
box-shadow: var(--btn-accented-box-shadow);
background-color: var(--btn-accented-bgcolor);
text-transform: var(--btn-accented-transform, var(--btn-transform));
font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
font-family: var(--btn-accented-font-family, var(--btn-font-family));
font-style: var(--btn-accented-font-style, var(--btn-font-style));
min-height: unset;
}
The last line min-height: unset unsets the min height making the button smaller.
Screenshots in private section.
-
This topic was modified 1 year, 10 months ago by lpsdlv.