Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #436518

    Hey dethfire!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #441657

    http://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!

    #442425

    Hi!

    it looks that you managed to do it like you want:

    If I am wrong then please provide us a screenshot showing what you want to achieve (imgur.com, dropbox).

    Regards,
    Andy

    #442470

    No that is above the title. I want it to the left inline with the title and date etc

    #443541

    Hey!

    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,
    Ismael

    #443551

    That just shoves all content to the right and has a big image to the left

    here is what I am looking for

    https://www.physicsforums.com/misc/example.png

    #445213

    Hi!

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.