Hi rmdhn,
You are correct that those br tags should not be there. There must be a conflict as our plugin does not output those.
I think you would need to ask your theme authors how to prevent the block content from being run through wpautop (I suspect that is what is adding the br tags)
Regards,
Tom
Thread Starter
rmdhn
(@rmdhn)
I’ve installed the remove wpautop plugin and it didn’t make a difference, and also, what about the little gaps between the items?
Hi rmdhn,
I suspect the gaps will also be due to the extra br tags that are being added. Please ask your theme authors how to prevent the block content from being run through wpautop (the br tags are not added by our plugin)
Regards,
Tom
Thread Starter
rmdhn
(@rmdhn)
I understand, although i have tried disabling wpautop globally and it didn’t seem to remove br
Thread Starter
rmdhn
(@rmdhn)
I have solved this issue. It is caused because i used shortcode to insert it, using gutenberg works now