Well, not so sure about HTML Comment Box. It isn't loading the comments on the page, but I am seeing them on the HTML Comment Box dashboard - so thanks to the couple of ya that commented, I see you but no one else does. Dammit, and I went and added HTML Comment Box to nearly EVERY page LOL. Anyone else using it got tips or tricks, before I trash it?
If you add this rule to your CSS, it should work: #HCB_comment_box { height: auto !important; } - I'm seeing the comments in my inspector, they just aren't showing up because the container (#HCB_comment_box) is a column flex with height 100%, which isn't playing nice with your layout. height auto seems to do the trick without breaking anything though
corru - full transparency, I just butcher HTML and CSS I've found somehwhere else until it does something I enjoy - where would I put that piece of code? My over all CSS or specific to the HTML Comment Box code?
Well that stinks. I'm giving Disqus a whirl for my blog entries. That might work okay?
If you add this rule to your CSS, it should work: #HCB_comment_box { height: auto !important; } - I'm seeing the comments in my inspector, they just aren't showing up because the container (#HCB_comment_box) is a column flex with height 100%, which isn't playing nice with your layout. height auto seems to do the trick without breaking anything though
corru - full transparency, I just butcher HTML and CSS I've found somehwhere else until it does something I enjoy - where would I put that piece of code? My over all CSS or specific to the HTML Comment Box code?
i recommend dropping it in with the rest of your CSS!
Appreciate the insight and input, corru!
CORRU - thanks again, finally added it and it worked, you're amazing!