You can make it look instantly better by making sure the post title appear on a new line by adding:
clear: both;
to your layout.css on line 112.
Thread Starter
sirps
(@sirps)
Sorry got called away on work, thank you both very much!
Thread Starter
sirps
(@sirps)
Hey dgwyer, or indeed anyone else!
Can’t seem to find my layout.css – would it be under another name?
Hey Sirps: maybe is style.css
sirps – It appears that “layout.css” is inside of a subfolder in your theme. It is located at /wp-content/themes/quentin260/css/layout.css.
You will want to add the code dgwyer showed you to the css definition that starts with:
h2.entry-title {
If you add that code to your style.css file, it might work; but since layout.css is called into your page after style.css, anything in layout.css might override any settings in style.css.
Thread Starter
sirps
(@sirps)
Brilliant thanks people!
So how do I have to noodle with the code and reload the theme, or is there another way of doing it?
Thanks again!