Wishlist icon size
-
Hi,
I saw this plugin after I found your compare plugin.
I quickly installed it and like it.I have a comment.
I show wishlist and compare texts side by side.
Since icon size are different, It is not in same line.
Compare SVG is 15px while, wishlish svg is 20px.I fixed it for my self. But just wanted to inform you.
Here is the code I use to show buttons side by side.
/* Compare wishlist adjustment */ .htcompare-btn { display: inline-block; margin-top: 15px; } .wishsuite-button { display: inline-block; margin-left: 40px; margin-bottom: 5px; }
.htcompare-btn svg { fill: currentColor; transition: all 200ms ease-out; width: 15px; height: 15px; margin-right: 5px; }
.wishsuite-button svg { fill:currentColor; transition: all 200ms ease-out; width: 20px; height: 20px; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Wishlist icon size’ is closed to new replies.