We're merging with GenerateBlocks! Learn more here.

[Support request] No Padding space Image

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support No Padding space Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10574
    Phuoc
    Participant

    Hello Support,

    I need some problem need help

    1. How to remove the small space in Image: https://prnt.sc/onhaej
    I want it like this: https://prnt.sc/onhbco

    2. How to set the title in middle like pic https://prnt.sc/onhbco

    3. When using WP Show Posts, i check HTML code at https://validator.w3.org and it show the error “Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)”: https://prnt.sc/onhcvz
    Can you help me fix this problem?

    #10579
    Tom
    Keymaster

    Hi there,

    This will likely require some custom CSS. Can you link me to your page with the images/text?

    As for the validation issue, that’s a known issue that’s not avoidable at the moment. However, it won’t have a negative effect on your site 🙂

    #10581
    Phuoc
    Participant

    Hi Tom,

    When i set 2 column, the image size small than column size so it have a small space. I increase the image size and it ok.

    But i still need remove it on one column and title in the right: https://prnt.sc/onpt9m
    My page to see it: https://thesurvivallife.com/test

    About the validation issue, i think that not a big problem, but my SEO team request to remove it, so i ask to find a solution

    #10586
    Tom
    Keymaster

    Give this a shot:

    #wpsp-12540 .wp-show-posts-image {
        margin-bottom: 0;
        width: 50%;
        margin-right: 0;
    }
    
    #wpsp-12540 .wp-show-posts-inner {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    
    #wpsp-12540 header.wp-show-posts-entry-header {
        width: 50%;
        box-sizing: border-box;
    }

    As for the validation, you can try a plugin like Autoptimize which should bundle all of the CSS/JS on the page.

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