Site logo

[Support request] how to add some space between image and paragraph

Home Forums Support [Support request] how to add some space between image and paragraph

Home Forums Support how to add some space between image and paragraph

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2415890
    Anoop Kumar Vaishya

    how to add some space between image and paragraph please check given link and image https://www.techuhelp.com/birthday-video-banane-wala-app/ space space

    #2415900
    Fernando
    Customer Support

    Hi Anoop,

    The Block you’re using is from WordPress. To add spacing to it, try adding this custom CSS code through Appearance > Customize > Additional CSS:

    .wp-block-image img {
        margin-bottom: 20px;
    }

    Yom may modify the value to your preference.

    This should add bottom spacing for all WordPress Image Blocks.

    #2422568
    Anoop Kumar Vaishya

    what about wp-block-button. i have tried the same CSS but not working.

    #2422803
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    
    .wp-block-buttons {
        margin-bottom: 1.5em;
    }
    #2422822
    Anoop Kumar Vaishya

    not working

    #2422828
    David
    Staff
    Customer Support

    Did you try clearing any caches after you added the CSS ?

    #2422838
    Anoop Kumar Vaishya

    I have ceared the cache from the wp rocket plugin also I am not using cache for logged-in users.

    #2422843
    David
    Staff
    Customer Support

    Move the CSS i provided to the very top of your CSS

    #2423198
    Anoop Kumar Vaishya

    now working thanks for help

    #2423878
    David
    Staff
    Customer Support

    You’re welcome

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