• Resolved mikelidbetter

    (@mikelidbetter)


    Hi

    All images added in docs pages have a large white border around them (approx 30px). It only happens for images in docs, not anywhere else on the website. I suspect this can be changed using css? but I don’t have enough experience to know what to change. Can anyone help?

    Thanks

    Mike

Viewing 1 replies (of 1 total)
  • Hello @mikelidbetter

    You can use this CSS on your theme CSS file:

    .wedocs-single-wrap .wedocs-single-content article .entry-content img {
    padding: 0px !important;
    }

    I hope this will help ??

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Large border around images’ is closed to new replies.