• Hi guys,

    I’m looking to remove the padding from the top and bottom of both the image and cover gutenberg blocks.

    The inline text image works, but it has its own constraints. I’ve tried page editors and plugins, but can’t find any CSS that works.

    Thanks

    • This topic was modified 4 years, 11 months ago by manchoo. Reason: Spellcheck

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter manchoo

    (@manchoo)

    Solved, worked out how to find the CSS myself and edited!

    here is the code:

    /*image border margin*/
    .pt-cv-content-item {
    padding-bottom: 0px;
    }

    /*covermedia top and bottom border padding*/
    .alignfull {
    margin: 0px 0;
    }

    /*coverphoto bottom border*/
    .pt-cv-ifield > *, .pt-cv-view .pt-cv-content-item > * {
    margin-bottom: 0px;
    }

    Hello @manchoo,

    Glad to hear you were able to find a solution and thanks for taking the time to share the feedback. It will certainly be useful to some forum members.

    Enjoy the weekend and best of luck with your website

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove top and bottom padding from images and cover block’ is closed to new replies.