appernetic / hugo-nederburg-theme

Nederburg is a fast and secure hugo theme and is a port of the Tracks WP theme
Other
107 stars 89 forks source link

Broken Disqus Style #30

Closed lherman-cs closed 6 years ago

lherman-cs commented 6 years ago

I just recently installed disqus to my blog. But, apparently, the style is broken. Following is the screenshot:

broken_disqus

I noticed that the style came from Hugo's internal partial. I've been trying to fix this. But, I still couldn't find a solution yet. Any help would be helpful. Thanks!

justinellison commented 6 years ago

Just ran across this as well. Changing the padding of 285px here to 0px makes it better. It has something to do with the responsive CSS, if you make your browser window thinner, the problem gets better. Someone with more experience with responsive design and CSS than me will have to fix this one, I'm out of my league :)

justinellison commented 6 years ago

It turns out just removing the custom styling for disqus at different resolutions fixes the problem, and is still responsive. PR created.

justinellison commented 6 years ago

That PR will break the post's main image, I've closed the PR. If someone better at CSS than I am could lend a hand, I'd appreciate it.

justintime commented 6 years ago

Sorry for the mess. When I created the PR, I pulled down the latest master, and I got bitten by the move of the image in #25. So, the fix worked, and it didn't have any regressions. I've created a new PR that should be good to go. I have this fix deployed and running on my blog if you want to verify it: https://bluewantingred.com/post/ad-password-audit-in-kali/

lherman-cs commented 6 years ago

That looks good to me!

appernetic commented 6 years ago

Ok, great! I will commit the PR!