Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Remy Perona

    (@tabrisrp)

    Hello, this should do the trick

    .vcard {
    padding-left: 0;
    }
    Thread Starter ctabor

    (@ctabor)

    thanks… actually, I got this to work visually… probably by accident. Maybe your solution is better?

    `
    .vcard {
    list-style : none;
    margin: 0 0 0 .25em;
    padding: 0;
    }

    .vcard li {
    list-style : none;
    }
    .fn {
    list-style:none;
    }

    \

    Plugin Author Remy Perona

    (@tabrisrp)

    Your solution is a little more advanced, but it’s ok too

    Thread Starter ctabor

    (@ctabor)

    Well, either way, glad it worked out! ?? thanks for the prompt reply!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Indent of VCard info’ is closed to new replies.