Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Sudavar

    (@sudavar)

    What mode are you using?

    Try adding the wanted CSS rules to classes:
    – birthday_element
    – birthday_name
    – birthday-wish

    Thread Starter subfight

    (@subfight)

    birthday_element is the cake picture? I don’t know what to add exactly ??

    Thread Starter subfight

    (@subfight)

    I want the image to be left align

    Plugin Author Sudavar

    (@sudavar)

    Can you provide a screenshot or a link of your website please?
    Currently the wish image has no class definition, in next version though it will be “birthday_wish_image”.

    Untill then you can add the following CSS rule to a CSS file (or the plugin’s CSS file located at wp-content/plugins/birthdays-widget/css/birthdays-widget.css )

    .birthdays-widget > img {
        margin-left: 0;
    }
    Plugin Author Sudavar

    (@sudavar)

    Please email us at yury{at}codescar{dot}eu if the problem still remains.

    PS: If everything works and you like our work, please consider leaving a rating.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Align image’ is closed to new replies.