Forum Replies Created
-
In reply to: Links being stripped in posts
Yeah, they were working previously but aren’t now. I’m a little stumped as to why.
In reply to: Links being stripped in postsI’ve probably realisedit’s a good idea to link to an example…
Link is https://crispygeek.com/forums/topic/i-suppose-i-should-say-hi-d/#post-723
Thanks very much 🙂 Had to adjust the text colour as well, but that seems to have got the background working.
Now to work out why the avatars go weirdly out of line…..
In reply to: Resizing avatar size?That’s worked for me perfectly. Thank you very much for that!
In reply to: Resizing avatar size?The problem I’m having is I’m getting things like this:
The avatar is still showing a lot larger than I want. If I’m to believe Chrome’s inspect element, it’s pulling this from my theme’s style.css:
img, video{ max-width: 100%; height: auto; width: auto; /* for ie8 */ }
I can modify this of course, which seems to fix the avatar size, but the problem is it messes up my front page news feed. I’m thinking there must be a way, but it seems to be escaping me.