KensonPlays Well-known member Aug 18, 2024 #1 How do I fix the image hover details being cut off? I'm not sure why it's doing this. Year is cut off, thumbs up/down is also cut off. I've tried 1300px, 1400px, 1500px wide, they all look the same. (Look at the second pic in image for sample) Last edited: Aug 18, 2024
How do I fix the image hover details being cut off? I'm not sure why it's doing this. Year is cut off, thumbs up/down is also cut off. I've tried 1300px, 1400px, 1500px wide, they all look the same. (Look at the second pic in image for sample)
O Old Nick Well-known member Aug 18, 2024 #2 Font-size for this element should be 11px, but in your case it's 13px. Check if you don't have code in extra.less relative to this. Less: .itemInfoRow-status { font-size: 11px; } Upvote 0 Downvote
Font-size for this element should be 11px, but in your case it's 13px. Check if you don't have code in extra.less relative to this. Less: .itemInfoRow-status { font-size: 11px; }
KensonPlays Well-known member Aug 19, 2024 #3 Old Nick said: Font-size for this element should be 11px, but in your case it's 13px. Check if you don't have code in extra.less relative to this. Less: .itemInfoRow-status { font-size: 11px; } View attachment 309212 Click to expand... Not in Extra.less, but I did have a 1-2px increase globally to make things easier to read, but I reverted them to default and looks fine now. Upvote 0 Downvote
Old Nick said: Font-size for this element should be 11px, but in your case it's 13px. Check if you don't have code in extra.less relative to this. Less: .itemInfoRow-status { font-size: 11px; } View attachment 309212 Click to expand... Not in Extra.less, but I did have a 1-2px increase globally to make things easier to read, but I reverted them to default and looks fine now.