Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you annotate here, describing what you’ve interacted with/ when the issue happens, for each image?
It’s difficult for forum volunteers to suggest solutions without the web page’s code, therefore would it be possible for you to http://pastebin.com the HTML and CSS for the page at-hand?
Here is my CSS currently. I started with a blank theme and then added my own styling.
http://pastebin.com/LEb5tcWm
Here is the code for index.php
http://pastebin.com/zh3S9nrX
After initially getting the problem when I pasted in my CSS I only changed .post height to 250px, which made everything fit nicely. Then when I clicked into a blog entry I realised changing the height of .post made every page that height therefore running into a lot of problems.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
May you post the HTML for the page at-hand, rather than the template file?
You can find this when you view the web page, right click (assuming you’re using Windows) and select ‘View source’.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try adding clear: both; to .post. I can’t tell whether this will affect other pages, but if it does (and you don’t want it to), you can give your <body> a class and prepend that class to the CSS selector.