• Resolved johnzoro

    (@johnzoro)


    If you go to https://mummyccino.com/ and see the front page I have the latest posts, I have added a featured image to one of them and teh way it is displayed at the moment is

    Title of post
    Date
    Image
    Preview Excerpt of post

    The way i want it would be

    Title of post
    Date
    Image Preview Excerpt of post

    So the image is to the left rather than on top of if that makes sense?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sam

    (@soumendra)

    Hello,

    You need to add this CSS in your Custom CSS for achieving that:

    .post-image {
        float: left;
        margin-right: 15px;
    }

    You can adjust the value as per your requirement.

    Feel free to ask if you need any other help.

    Thank you.

    • This reply was modified 8 years, 6 months ago by Sam.
    Thread Starter johnzoro

    (@johnzoro)

    Ace!

    Sam

    (@soumendra)

    Pleasure to help you. ??

    Feel free to ask if you need any other help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image On Left Of Excerpt’ is closed to new replies.