1: Create a new file in NameX/css/custom/custom_edits.css. Then add the following:
2: You can change this through the default settings of the forum. Go to Admin > Forum > Attachments and Avatars > Avatar Settings. In there you'll notice four settings related to width and height. Adjust the values to something smaller.
3: I'm not sure what you are trying to accomplish. You could hide more things from the poster. For example, in the file you created for the first image, add the following:
Code Select
#messageindex #topic_container .board_stats p,
#messageindex #topic_container .board_stats p strong {
font-size: 11px;
}2: You can change this through the default settings of the forum. Go to Admin > Forum > Attachments and Avatars > Avatar Settings. In there you'll notice four settings related to width and height. Adjust the values to something smaller.
3: I'm not sure what you are trying to accomplish. You could hide more things from the poster. For example, in the file you created for the first image, add the following:
Code Select
#forumposts .poster ul.user_info li.blurb,
#forumposts .poster ul.user_info li.im_icons,
#forumposts .poster ul.user_info li.profile,
#forumposts .poster ul.user_info li.title {
display: none;
}

