How to change forum icon image? - HexagonReborn
How to change forum icon image?
How to change forum icon image individually?
each image will be different
each image will be different
-
- Registered User
- Posts: 234
- Joined: Fri Jun 03, 2022 5:35 pm
-
- Registered User
- Posts: 2136
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
Re: How to change forum icon image?
Support for the extension
unzip and upload the folder to
unzip and upload the folder to
ext/vinny/fimgasficon/styles
. Clear the board cache in ACP after- Attachments
-
- HexagonReborn.zip
- (736 Bytes) Downloaded 40 times
-
- Registered User
- Posts: 2136
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
-
- Registered User
- Posts: 234
- Joined: Fri Jun 03, 2022 5:35 pm
Re: How to change forum icon image?
How to change width?
-
- Registered User
- Posts: 234
- Joined: Fri Jun 03, 2022 5:35 pm
Re: How to change forum icon image?
i mean site width. i want to 1120 Px
-
- Registered User
- Posts: 234
- Joined: Fri Jun 03, 2022 5:35 pm
Re: How to change forum icon image?
in common.css
find
and change max-width value from 1240px to 1120px. Don't forget to purge browser cache
find
Code: Select all
.wrap {
padding: 0 20px 20px 20px;
max-width: 1240px;
min-width: 625px;
margin: auto;
}
-
- Registered User
- Posts: 2136
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
Re: How to change forum icon image?
ThanksMannix_ wrote:in common.css
findand change max-width value from 1240px to 1120px. Don't forget to purge browser cacheCode: Select all
.wrap { padding: 0 20px 20px 20px; max-width: 1240px; min-width: 625px; margin: auto; }
-
- Registered User
- Posts: 234
- Joined: Fri Jun 03, 2022 5:35 pm
Re: How to change forum icon image?
thanksMannix_ wrote:in common.css
findand change max-width value from 1240px to 1120px. Don't forget to purge browser cacheCode: Select all
.wrap { padding: 0 20px 20px 20px; max-width: 1240px; min-width: 625px; margin: auto; }
-
- Registered User
- Posts: 234
- Joined: Fri Jun 03, 2022 5:35 pm