THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Text Wrap around Featured image in Church Theme

Home › Forums › Omega Child › Text Wrap around Featured image in Church Theme

Tagged: Church, featured, wrap

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 2 months ago by han.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • January 30, 2015 at 10:08 pm #2993
    RobHolsman
    Participant

    Hi Han, hope you – or anyone else here – can help with something

    I’m using your Church theme which is great, but I’m trying to find how to get the text to wrap around featured image when showing a normal list of posts. At the moment, whichever size I set for the featured image – even thumbnail – I get the image and underneath that the excerpt and what I would like is to get the text to the right of the image. I have done a clean install of the theme again in case I had messed up some CSS but still can’t find how to do it. My site is http://www.thecast.org.uk , you can see what I mean if you go to News heading. At the moment I am using a larger featured image size so it doesn’t notice but I would prefer to find out how to make it work and use the smaller thumbnail. If you have any ideas on what I’m doing wrong please let me know!
    Keep up the good work – you make excellent themes!
    Rob

    February 10, 2015 at 4:50 pm #3020
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and insert this code

    .entry-content img.medium,
    .entry-content img.thumbnail {
    	float: left;
    	margin: 7px 24px 24px 0;
    }

    I’ll add this in the next release

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php