Forever theme: blog content with image
-
Hi there,
My blogpost has shown an image on the homepage as preview, but the title and content do not line up with the image, it indented.
May I know the css code to fix this problem and make them line up?
Thanks,
SamThe blog I need help with is: (visible only to logged in users)
-
As you probably realize, the indentation is intentional (because the original styling of the theme includes a border around image format posts – but you removed that border).
Add this:.indexed .format-image .entry-header, .indexed .format-image .entry-summary { padding: 1.615em 0 0; } .indexed .format-image footer.entry-meta { margin: 0 0 1.2em; }You’ll also need to edit the “Hunter” post and delete the space before “Image via [etc]”.
-
- The topic ‘Forever theme: blog content with image’ is closed to new replies.