Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #247918

    Hi guys,
    take a look at this page
    http://stsjohna.wwwsr11.supercp.com/

    would like to left justify the image and the title of the post. It would be nice if I can get the image to be to the left of the post title and excerpt. Right now there is a lot of wasted space to the left and right of the image.

    I hope you can help me on this
    thanks

    #248309

    Hey fixedopsinsight!

    Please add following code to Quick CSS in Enfold theme options

    #top .fullsize .template-blog .blog-meta { margin-left: 0; }
    #top .fullsize .template-blog .post .entry-content-wrapper > * { float: left; }

    Best regards,
    Yigit

    #248315

    Thanks Yigit, If I wanted to remove the image all together, can you give me a code to do that?

    #248318

    Hey!

    You can use following code to remove the image

    #top .fullsize .template-blog .blog-meta { display: none; }

    Best regards,
    Yigit

    #248321

    outstanding,
    thanks, this is a great theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘left justify image or title of post’ is closed to new replies.