We're merging with GenerateBlocks! Learn more here.

[Resolved] Image padding

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Image padding

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4752
    Michael
    Participant

    Hi Tom

    I’ve seen a couple of posts asking similar questions, but as they are fairly old, I thought I’d ask if there’d been any further updates on the image padding (turning off or negative cf text), to achieve a similar result to GP?

    If not, is the best workaround still to target the individual elements?

    No problem if so, I’ll get to it, but just wanted to make sure I wasn’t missing something.

    Cheers

    Mike

    #4755
    Tom
    Keymaster

    Hey Mike,

    There’s no option for this yet – you’d still need to target the image container and apply negative margin to it.

    If you’d like to link me to your site, I can provide the CSS 🙂

    #4765
    Michael
    Participant

    Thanks Tom, really appreciated. Been trying some different ways and occasionally have been close to something acceptable. Will be interested to see where I went wrong.

    http://k8t.2be.myftpupload.com/

    Two examples to compare are: http://k8t.2be.myftpupload.com/asylum/asylum-news/ (without padding) and http://k8t.2be.myftpupload.com/children/children-news/ (with padding)

    Just a test site to made live fairly soon – some tidying up of the rest of the css needed on my part!

    Thanks for the help, theme and plugin.

    Cheers

    Mike

    #4770
    Leo
    Moderator

    Hi mike,

    Give this CSS a shot:

    .wp-show-posts-image.wpsp-image-center {
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    Let me know 🙂

    #4776
    Michael
    Participant

    Brilliant, thanks Leo. Looks great now.

    Mike

    #4785
    Leo
    Moderator

    Glad I could help 🙂

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