Table not using full width of screen

Hi

I’m creating a account template but the headers (seperate table) are not using the full width of the screen. The next table with the input fields does use the full width even tho they both start like
{% stripnewlines %}
|–10%----
|–10%----
|–70%----
|–10%----:

Does anyone know what I’m doing wrong here?
Thanks in advance!

Hi @EwoutR,

It looks like you are missing the + at the end. This should work:

|---10%----
|---10%----
|---70%----
|---10%----:+

Is there a reason why you are using two separate tables? I believe you can achieve the same result with just one.

Best,
Borja

Thanks it worked! I copied this from somewhere else that’s why there are 2 tables, I can indeed use 1. Thank you so much!

1 Like