For example, the table I coded in the custom html block only shows up to about half the page width.
Hi @live4dlife
If you want to adjust the width of your custom HTML block, add a width class as shown in the sample below.
<div class="alignfull">
<p class="alignwide">hello world</p>
<table class="alignwide"><tr><td>hello world</td></tr></table>
</div>
Elements that do not specify a class have a width of 720px padding: 0 24px (fse: 0 .75rem) margin: 1.5rem auto .75rem (fse: 1.5rem auto)
Thank you.
There is no response for 2 weeks, so it is assumed that it has been resolved
Yes, it helped thank you.