We're merging with GenerateBlocks! Learn more here.

[Support request] Social Icons on images

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Social Icons on images

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7580
    Dave
    Participant

    Hey Tom et al

    Is there a way (CSS or other) to have the social images overlay the featured image rather than below.

    On a homepage, I am showing 1 single post (the most recent) and it only has the featured image and the social icons but I’d like to have the icons overlay the image (bottom left) rather than below the image (left).

    I hope that makes sense.

    Thanks

    Dave

    #7590
    Tom
    Keymaster

    Hey Dave,

    We should be able to do that with some CSS – any chance you can link me to the page?

    Let me know 🙂

    #7594
    Dave
    Participant

    Hey Tom

    Thanks, I’llsend you a message via the contact form with the URL as it’s a client’s site.

    Thanks

    Dave

    #7616
    Tom
    Keymaster

    Hey Dave,

    Give this a shot:

    #wpsp-58241 .wp-show-posts-inner {
        position: relative;
    }
    
    #wpsp-58241 .wpsp-social {
        position: absolute;
        bottom: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.