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.
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.
@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.
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?
@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.
Thank you for the explanation @outrospective, noted to your suggestion π