inherit
229419
0
Feb 9, 2018 19:59:20 GMT -8
labfast
6
February 2016
labfast
|
Post by labfast on Jan 23, 2018 20:30:11 GMT -8
So, I've spent ages fiddling with this trying to get my avatar size to be 250X250 - the theme I have is a little different from some others. It /mostly/ works, but has this wierd issue where replies end up with scrunched avatars boxes. Here's an example, where the original post is the correct size, and the entire box with the avatar on it in the reply is scrunched up. westfjords.freeforums.net/thread/61/communicationAnyone know what part of the coding of the theme is doing this? Thanks very much!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 5, 2018 16:08:20 GMT -8
Hi, labfast. You currently have two different sections in Themes > Advanced Styles & CSS > Style Sheet that control mini-profile width. Both of them have different widths and one is controlling the width of mini-profiles in even posts which is why in longer threads it alternates back and forth between both widths. Line 1782 of the style sheet contains the original width declaration. Lines 1781-1782 are targeting the following CSS selector: You can either change the width property on these lines to 250px to match what you have later on or you can override it by changing the width you declared on line 1838 to match this line's selector and override it. This is done by changing this: To this:
|
|
inherit
229419
0
Feb 9, 2018 19:59:20 GMT -8
labfast
6
February 2016
labfast
|
Post by labfast on Feb 9, 2018 10:40:18 GMT -8
This did indeed fix it! Thank you!
|
|