Reputation:
.yourClass {
text-indent: -10000em;
background: url(bannerpathURL) no-repeat;
width: BannerWidthDimension;
height: BannerHeightDimension;
background-size: 100%;
}
The banner look big and on top of that, it doesn't look good. I want it to have the same dimensions and position (centered) as the "Forum staff" banner, for example. @Splicho
View attachment 40515
Reputation:
I've added the code but it looks so big and it has a disproportionate size, apart from that, I reduced the size of the image but I saw that it is not centered (it is on the left) how could it be centered like the "Forum staff" banner and of the same dimensions? @Splicho
Use the banner dimensions.
130x31
/* User group custom */
.administrator1 {
text-indent: -10000em;
background: url("data/styles/2/styles/evolve-dark/images/bngroup/administratorrr.png") no-repeat;
width: 130;
height: 31;
background-size: 100%;
}
Use the banner dimensions.
130x31
Reputation:
Its done, i was already able to do it, I had to add a few more things to the code. For be exactly, " margin: auto; "
View attachment 40519
Now the next question I have, how can I place it a little higher without leaving so much space between the "forum staff" banner and the other banner in png, I tried to use margin-top: and it doesn't work for me. @Splicho