Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #783994

    I added a frame to an image. But the frame always has a padding left and right.

    .custom class img {
    border-style: solid;
    padding: 0px;
    margin: 0px;
    border-width: 4px;
    border-radius: 9px;
    border-color: #ffffff!important;
    }

    edit: i forgot to add “img” to the code

    • This topic was modified 7 years, 6 months ago by simonac.
    #784590

    class is not an element. This rule will never apply.

    #785048

    Hi simonac,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

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