twentyfourteen homepage looking odd
-
Hello,
I recently added a featured image to my static homepage but something odd has happened whereby the text beneath the image is not showing as it used to. Not sure what’s happened. Can anyone work it out? It’s been suggested that this could be a CSS editing conflict/issue but not sure how to identify if it is.
The blog I need help with is: (visible only to logged in users)
-
It’s because you’ve got the following CSS in your custom css:
.page-id-268 #content .entry-title { display: none; }If you either remove that rule entirely, or change it from
.entry-titleto.entry-headerit should look correct, I believe. -
Ah, yes, I see. It’s because I wanted to get rid of the page title from above the text.
Thank you, this has sorted the weird things that was going on. What code do I need to create a little more space between the image and the first line of text?
-
-
-
Oh, sorry, that was my mistake. It should have been —
.page .post-thumbnail { margin-bottom: 2em; }— leading off with .page not .post
-
- The topic ‘twentyfourteen homepage looking odd’ is closed to new replies.