RSS Feed/News svg images not resizing

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,780
Points
823

Reputation:

I am trying to add an image in front of a node prefix, but the SVG is really big, not resizing. Here is my code.

Code:

Code:
    &:before {
    content: url('logos/nhl/svg/FLA_dark.svg');
    padding-right: 10px;
    vertical-align: middle;
    width: 10px !important;
    height: 20px !important;
    max-width: 10px !important;
    max-height: 20px !important;
        }

Continue reading...
 
Status
Not open for further replies.
Top