Passkey Imagenes Expand To Container Size When Update Helix System Plugin - Question | JoomShaper

Passkey Imagenes Expand To Container Size When Update Helix System Plugin

chierasr

chierasr

Template 1 week ago

in https://eventosaaoo.com.ar/login-bianual-25-26 the passkey image expand to container width after update the helix system plugin what i need to do to correct that to return to the original login box size?

its a login module inside a sp page // thanks

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 week ago #227642

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

svg#Passkey {
  height: 2rem;
}

#icon-passkey {
  fill: #fff;
}

After applying the change, please make sure to clear both your Joomla cache and your browser cache to see the updated result.

0