• Resolved lucabrasi40

    (@lucabrasi40)


    Could this plugin be used to align images and wrap text in search and archive views?
    If you could, I would pay. I think a lot of other people would too.

    I have asked this question (align to left and wrap text in excerpts only) in a few different forums with no responses that worked.
    I have asked it on this forum, no response.

    Google queries show numerous results and none have adequate answers.

    Below is as close as I have every gotten. It also did not work.

    .archive .post-featured-image {
        float: left;
        }

    Could this plugin be adapted or modified to accomplish alignment and text wrap in excerpts views.

    https://wordpress.org/plugins/featured-images-for-rss-feeds/

Viewing 1 replies (of 1 total)
  • Hi there,

    This plugin only affects your RSS feed, not how your theme outputs the featured images on your website.

    It should be very similar CSS customization to make those changes to your theme, but would depend on the specifics of your theme CSS code. Text wrap on images could be done as simply as, modified as needed to match what your theme uses for the Archive class:

    .archive img {
     float: left;
    }

    The better option I would recommend is to find a theme that outputs the search and archive views as you would like them to, and then switch themes.

Viewing 1 replies (of 1 total)
  • The topic ‘modify to align featured images in excerpts views (search, archive)’ is closed to new replies.