Support Banner spacing via extra.less

heyiamheren

Registered
Hello, can you please tell me how to fix this error? I cannot make my banners align right.

Screenshot 2024-03-05 at 15.14.44.png
Screenshot 2024-03-05 at 15.15.56.png
Screenshot 2024-03-05 at 15.15.26.png
Code:
.imgUser1 {
    background: url(https://i.postimg.cc/cH0TQSQb/1000098360.png) no-repeat;
    height: 40px;
    width: 110px;
    text-indent: -10000em;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.imgMP {
    background: url(https://i.postimg.cc/h4d668Hc/1000098385-1-1-1-1.png) no-repeat;
    height: 60px;
    width: 150px;
    border-radius: 4px;
    text-indent: -1000em;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

I need them to be the same size as the grey one
 
Back
Top Bottom