themeblvd / jumpstart

The most extensive WordPress theme for both users and developers from Theme Blvd
http://wpjumpstart.com
GNU General Public License v2.0
5 stars 2 forks source link

Check alignment of “badge” icons in icon box #363

Closed themeblvd closed 6 years ago

themeblvd commented 6 years ago

From Michael:

Noticed a style issue in Firefox 57.0.64

SVG Icons are not vertically centered within badge.Added the following in child-theme

.tb-icon-box .icon.trans-badge .svg-inline--fa { top: 50%; -webkit-transform: translate(0,-50%); transform: translate(0,-50%);; }

themeblvd commented 6 years ago

Specifically with "transparent badge" --

screen shot 2018-01-18 at 9 32 16 am