• Resolved lisia

    (@lisia)


    Hello!
    It took such a long time for me, to center thumbimage in modern themes and with WordPress 5.9.*.
    I found two solutions.

    • Solution one just with WordPress:
      The thumb wasn’t centered in columns, couldn’t be centered with text-align=”centered”, but when i placed it in a row with align=center it worked perfectly.
    • Solution two with following additional css:
    ._df_thumb{
        width:240px;
        height:360px;
    display: block;
        margin-left: auto;
        margin-right: auto;
    }

    i hope, this helps.
    I love the plugin, the display is really great.
    Best regards, lisia

Viewing 1 replies (of 1 total)
  • Plugin Author DearHive

    (@dearhive)

    Hi,

    First solution is the best solution. Since we do not control the element where the shortcodes will be added. It needs to be done by the user.

    Best regards,
    DearHive

Viewing 1 replies (of 1 total)
  • The topic ‘Thumb centered’ is closed to new replies.