• Resolved outrospective

    (@outrospective)


    After upgrading to version 2.0, my recent post widgets elements are not aligned anymore (see website link for test system). As soon as I rollback to version 1.1.0, everything works 100 % again.

    There must be some issues with the css, but since version 2.0 there is no custom css option anymore.

    Is this a common issue or an isolated one on my site?

    • This topic was modified 2 years, 2 months ago by outrospective.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ga Satrya

    (@satrya)

    Hi @outrospective, I am sorry for late reply.
    Can you try to update the plugin one more time? I have to see the issue on your website.

    Thread Starter outrospective

    (@outrospective)

    Hi @satrya
    It’s active. You can see it on the right top part of the site. The issue appears on any browser and any device (desktop or mobile).
    Thanks.

    Plugin Author Ga Satrya

    (@satrya)

    @outrospective can you try this new version, I re-enable the Custom CSS setting https://github.com/gasatrya/recent-posts-widget-extended/releases/tag/2.0.1

    Thread Starter outrospective

    (@outrospective)

    @satrya , I tried and tested different .rpwe-block li padding-bottom parameters. Theoretically I managed it now (please check), but there is still something off. The issue is basically related to the length of the post title. It all depends if the title is shown on one line only or on two lines. version 1.1.0 was coded differently and didn’t have this issue. You can clearly see that gaps between the elements depend on the title, which are therefore probably responsible for the alignment issues.

    Plugin Author Ga Satrya

    (@satrya)

    Thank you for testing the newest version, but to be honest, I am not entirely understand the issue you described. Are you trying to center horizontally the title?

    Thread Starter outrospective

    (@outrospective)

    @satrya yes I understand, it’s difficult to explain. Nevertheless I manage to fix the issue, using the following css:

    .rpwe-block li{
    display: inline-block;
    }

    With the “inline-block”, all li tags are aligned again. If you keep styles editable from version 2.0.1 forward that would be great as it solves my issue. Else, the above code needs to be considered to be added to the css.

    I mark the issue as solved and wait for the new version.

    Thanks for your support.

    Plugin Author Ga Satrya

    (@satrya)

    Thank you for the explanation @outrospective, noted to your suggestion ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Element alignment issues’ is closed to new replies.