• sydneysoto

    (@sydneysoto)


    Hello,

    I’ve been trying to remove the white padding space below the featured image and above the content on the website. Is there any way I can remove the padding and white space at the top and is there also another way to remove the padding from the bottom as well?

    Thanks in advance,

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @sydneysoto can you upload a screenshot of your editor?
    I’d like to understand the existing elements and which one of them is inheriting this padding space.

    Clarus Dignus

    (@clarus-dignus)

    /* Remove padding beneath cover header image */
    .post-inner {
        padding-top: 0 !important;
    }

    Not sure what bottom padding you’re referring to.

    Clarus Dignus

    (@clarus-dignus)

    Typo: Not sure what bottom top padding you’re referring to.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Padding Space’ is closed to new replies.