XF 2.2 Change Image Size on Notices

combatgamez

Active member
I have searched in here and cant seem to find it, how do I change the size of the image in a notice as it comes out way to small for what I need?

Thanks in advance.
 

Attachments

  • notice image size and location.webp
    notice image size and location.webp
    4.2 KB · Views: 7
Hello, in your extra.less template :
Less:
.notice-image img {
    min-width: 200px;
    min-height: 200px;
}
Change 200px at your convenience
 
Back
Top Bottom