[Resolved] Floating Feature Images

Home Forums Support [Resolved] Floating Feature Images

Home Forums Support Floating Feature Images

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1332354
    Anuar

    Hi
    How I can make floating features images on single post.

    Best Regards
    Anrsml

    #1332456
    David
    Staff
    Customer Support

    Hi there,

    i am not sure what you mean – do you have an example of what it should look like?

    #1332481
    Anuar

    Hi
    Actaully I want to wrap featured/post images so it can look floating.

    Regards
    Anuar

    #1332601
    David
    Staff
    Customer Support

    So the Featured Post is in its own container ?

    #1332617
    Anuar

    Hi
    Here the example of wordpress that has post floating images https://www.wplogout.com/cloudways-hosting-review/

    But I want to implement the effect it on my single post featured images and post images.

    Regards
    Anuar

    #1332677
    David
    Staff
    Customer Support

    aah ok.
    Try adding this CSS:

    .single-post .wp-block-image img,
    .single-post .featured-image img {
        border-radius: 5px;
        box-shadow: rgba(23,43,99,.4) 0 7px 28px!important;
    }
    #1332678
    David
    Staff
    Customer Support

    aah ok.
    Try adding this CSS:

    .single-post .wp-block-image img,
    .single-post .featured-image img {
        border-radius: 5px;
        box-shadow: rgba(23,43,99,.4) 0 7px 28px!important;
    }
    #1332695
    Anuar

    Hi David
    Thank you very much.

    #1333152
    David
    Staff
    Customer Support

    You’re welcome

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