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

    (@saurabhd)

    Hi, Maybe you can use something like that to add a separator between fields.

    .credit span::after {
      content: "|";
    }
    Thread Starter Patator100

    (@patator100)

    hi thanks for the help

    it s going in the right way but the result is showing two || after the name and the position and only one after the company name

    patrice

    Plugin Author saurabhd

    (@saurabhd)

    Sorry, I could have noticed this.

    Anyway please use this below style and I hope it will fix your problem.

    .credit span.join-title::after, .credit span.join::after {
      content: " | " !important;
    }

    Lastly, could you please tell me which plugin version are you using?

    Thanks

    Thread Starter Patator100

    (@patator100)

    it worked like a charm !!
    perfect
    https://www.com-bresil.fr

    I’m using the 3.2.0 version

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Authour / Company at the bottom of widget, space missing’ is closed to new replies.