Alignment issues after list block update

Hi
Yep, the scroll bar is not here anymore, after block update

1 Like

Hey @Kate,

Please add a URL where I can see the issue, will try to help you.

1 Like

Thanks Kate, will check and keep you posted.

This remain unresolved.

1 Like

Hey @Kate,

Sorry this one has been missed, trying to see if we can give a temporary solution here.

Dear @Kate,

Please, use this custom css code to fix the issue temporary. We are working on changing the old block system to new for all our blocks, which will fix such kind of issues.

<style>
#feature-grid2 div:has(.row ){
    margin-left: 0px!important;
}
</style>

Thanks,

I do not know where to put this.

Hey @Kate,

Please try adding it to Page Settings > Custom Code > Footer area.

Save the changes and publish your app.

Let me know how it goes.

This has not worked.

Hey @Kate,

Seems like you have updated the block this was the reason the old CSS did not work.

Please try this one for now.

<style>
#other1 .ql-editor {
    padding: 12px 0!important;
}
</style>

Thanks,

This has worked. Thank you

1 Like

Glad to hear @Kate,

The team is working hard to get everything up and this should get solved once we finish moving all the blocks.

Thanks for the update.