New Joe Well-known member Sep 27, 2014 #1 I'd like to change the size of the AV when viewing within a board or on New posts. Tried to find the answer but can't Any ideas?
I'd like to change the size of the AV when viewing within a board or on New posts. Tried to find the answer but can't Any ideas?
Steve F Well-known member Sep 27, 2014 #2 Add the below to extra.css. It changes the post avatar and miniMe avatar. Adjust to your liking Code: .forum_view .discussionListItem .posterAvatar .avatar img { width: 24px; height: 24px; } .forum_view .discussionListItem .posterAvatar .miniMe img { width: 16px; height: 16px; } Upvote 0 Downvote
Add the below to extra.css. It changes the post avatar and miniMe avatar. Adjust to your liking Code: .forum_view .discussionListItem .posterAvatar .avatar img { width: 24px; height: 24px; } .forum_view .discussionListItem .posterAvatar .miniMe img { width: 16px; height: 16px; }
New Joe Well-known member Sep 27, 2014 #3 Steve F said: Add the below to extra.css. It changes the post avatar and miniMe avatar. Adjust to your liking Code: .forum_view .discussionListItem .posterAvatar .avatar img { width: 24px; height: 24px; } .forum_view .discussionListItem .posterAvatar .miniMe img { width: 16px; height: 16px; } View attachment 85314 Click to expand... That made them bigger on the New Posts tab but actually smaller when viewing within a board Upvote 0 Downvote
Steve F said: Add the below to extra.css. It changes the post avatar and miniMe avatar. Adjust to your liking Code: .forum_view .discussionListItem .posterAvatar .avatar img { width: 24px; height: 24px; } .forum_view .discussionListItem .posterAvatar .miniMe img { width: 16px; height: 16px; } View attachment 85314 Click to expand... That made them bigger on the New Posts tab but actually smaller when viewing within a board
Steve F Well-known member Sep 27, 2014 #4 Didn't include new post code. Replace.forum_list with just 'html' no quotes. Upvote 0 Downvote