inherit
141078
0
Oct 24, 2022 8:40:45 GMT -8
rassy
579
June 2009
rassy
|
issue
May 10, 2017 21:33:46 GMT -8
Post by rassy on May 10, 2017 21:33:46 GMT -8
this may be due to me changing the size of the forum....i would like the "stars" which on my forum are images like this "moderator" one in the pic below to be centered...it looks odd being aligned on the right. Attachments:
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on May 11, 2017 12:07:58 GMT -8
The image has a width of 165px while the mini-profile is at the standard width of 150px so you'll obviously have some spillover. One relatively low effort solution would be to resize the image(s) so they fit into the 150px space using CSS added to the theme's stylesheet .mini-profile .user-link + br + img { max-width: 100%; }
You could also physically resize each image using an image editor program or you could resize the mini-profile to expand to the width of the image (taking space from the post content area) You should note for the future that obtaining the dimensions as well as inspecting whatever else might be at play requires a forum url not just an image of the problem so if you do not wish to provide a forum url publicly then you should at least indicate that it is available upon request so whoever tries to help you has the proper resources to do so and can respond that more quickly. An url gives a more detailed picture than you might realize and in most cases (unless it is a well-known problem) is required to diagnose a problem.
|
|
inherit
141078
0
Oct 24, 2022 8:40:45 GMT -8
rassy
579
June 2009
rassy
|
issue
May 11, 2017 14:27:16 GMT -8
Post by rassy on May 11, 2017 14:27:16 GMT -8
The image has a width of 165px while the mini-profile is at the standard width of 150px so you'll obviously have some spillover. One relatively low effort solution would be to resize the image(s) so they fit into the 150px space using CSS added to the theme's stylesheet .mini-profile .user-link + br + img { max-width: 100%; }
You could also physically resize each image using an image editor program or you could resize the mini-profile to expand to the width of the image (taking space from the post content area) You should note for the future that obtaining the dimensions as well as inspecting whatever else might be at play requires a forum url not just an image of the problem so if you do not wish to provide a forum url publicly then you should at least indicate that it is available upon request so whoever tries to help you has the proper resources to do so and can respond that more quickly. An url gives a more detailed picture than you might realize and in most cases (unless it is a well-known problem) is required to diagnose a problem. nbazone23.proboards.com/
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on May 11, 2017 14:42:10 GMT -8
One relatively low effort solution would be to resize the image(s) so they fit into the 150px space using CSS added to the theme's stylesheet .mini-profile .user-link + br + img { max-width: 100%; }
You should note for the future that ...
|
|
inherit
141078
0
Oct 24, 2022 8:40:45 GMT -8
rassy
579
June 2009
rassy
|
Post by rassy on May 11, 2017 16:30:03 GMT -8
One relatively low effort solution would be to resize the image(s) so they fit into the 150px space using CSS added to the theme's stylesheet .mini-profile .user-link + br + img { max-width: 100%; }
You should note for the future that ... nbazone23.proboards.com/
|
|