Jump to content

Recommended Posts

Since a forum update to 4.x our pip_images have shurnk quite strangely.

They are all 120x30 pixels and used to look 120 wide, now they seem to be about 30 pixels wide. To be honest, I can't figureout where to edit to bring them back up to their correct width, any clues or advice please?

Original image

Image1.jpg.04a6946b116baf47d325b082fb6052b1.jpg

Forum result

 

Image2.jpg.2501d097ae3d93b1b1b3256f86eee216.jpg

Link to comment
Share on other sites

9 hours ago, Petra Jane said:

Not for me I'm afraid. The image affected is the one that appears over the member avatar.

 

I see it now - add this to your custom CSS file:

.cAuthorPane_badge--rank {
    width: 120px;
    height: 30px;
}

That should do the trick - if nothing changes use this instead:

.cAuthorPane_badge--rank {
    width: 120px !important;
    height: 30px !important;
}

 

Link to comment
Share on other sites

9 hours ago, Davyc said:

I see it now - add this to your custom CSS file:

.cAuthorPane_badge--rank {
    width: 120px;
    height: 30px;
}

That should do the trick - if nothing changes use this instead:

.cAuthorPane_badge--rank {
    width: 120px !important;
    height: 30px !important;
}

 

Thank you @Davyc that fixes it perfectly!

I can edit CSS, when someone shows me how, but figuring out how to make such changes is a bit of a struggle for this ol'brain. Thank you from the bottom of my heart!

Link to comment
Share on other sites

1 hour ago, Petra Jane said:

I can edit CSS, when someone shows me how, but figuring out how to make such changes is a bit of a struggle for this ol'brain. Thank you from the bottom of my heart!

Always a pleasure and never a chore, happy to have been of help.  If you need any further help I'm here 🙂

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...