• Hi, I just downloaded the amazing plugin. So far it works very good.
    Only … how can I center the picture and is it possible to not link the content?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Veda

    (@vedathemes)

    Hi there,

    Thanks for trying Display Post Types.

    1. Can you provide a bit more information about your issue. What do we mean by centering the picture (If you can provide a link to your website, it will be very helpful to understand the requirement).

    2. To remove content link from the picture, just use following CSS,

    .dpt-permalink {
        pointer-events: none;
        cursor: default;
    }

    You can copy paste above CSS to WordPress Dashboard > Appearance > Customize > Additional CSS.

    Please inform if you need more help on this.

    Thanks,

    Thread Starter blindtexth

    (@blindtexth)

    Hi there,
    thanks for your reply and the CSS.

    The idea is to show some sponsors with their logos in a grid pattern.

    https://fredener-musiktage.de/IFM/foerderer-und-partner

    Now I was wondering, how I can center the logo above the name.

    In the meantime I am trying it with the <grid> function.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to center pictures’ is closed to new replies.