• Resolved live4dlife

    (@live4dlife)


    How can I change the column width of the custom html block? I would like it to be able to span the entire page if possible.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter live4dlife

    (@live4dlife)

    For example, the table I coded in the custom html block only shows up to about half the page width.

    Theme Author nobita

    (@nobita)

    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.

    Theme Author nobita

    (@nobita)

    There is no response for 2 weeks, so it is assumed that it has been resolved

    Thread Starter live4dlife

    (@live4dlife)

    Yes, it helped thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘column widht’ is closed to new replies.