-
AuthorPosts
-
April 28, 2015 at 4:24 pm #436152
right now the featured image is by default on the left side and it appears to take up an entire vertical column and pushes the content to the right. so no content is under the image. it looks terrible. How do I get the the post content to display under the featured image?
April 29, 2015 at 7:20 am #436518Hey dethfire!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardMay 8, 2015 at 5:20 pm #441657http://metapf.com/fluid-dynamics/
How do I get the featured image to be a thumbnail to the left of the title/author etc but with the content right under and not shifted to the right?
thanks!
May 11, 2015 at 1:38 pm #442425May 11, 2015 at 3:03 pm #442470No that is above the title. I want it to the left inline with the title and date etc
May 13, 2015 at 6:15 am #443541Hey!
Add this in the Quick CSS field:
.single .big-preview.single-big { width: 45%; float: left; margin-right: 4%; } .single .big-preview.single-big a img{ width: 100%; }If it’s not what you’re looking for, please provide a screenshot.
Regards,
IsmaelMay 13, 2015 at 6:29 am #443551That just shoves all content to the right and has a big image to the left
here is what I am looking for
May 16, 2015 at 3:06 am #445213Hi!
Use this then:
.single .big-preview.single-big { position: absolute; max-width: 250px; max-height: 150px; } .single header.entry-content-header { margin-bottom: 100px; padding-left: 250px; }Adjust the values if necessary. For further modifications, please hire a freelance developer.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.

