Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #610620

    Hi,

    I’m using the table element. I want my table to stretch full width, but can’t manage this.
    It seems the table only uses the width needed to display the content. See image example in attach.
    How can I have the table always use 100% width?

    screenshot

    Thank you

    S

    #610658

    Hey Spiv!

    please add to your CSS

    table * {
    width: 100% !important;
    }

    let me know if that fixes the issue for you

    Best regards,
    Basilis

    #610803

    Hi Basilis,

    This didn’t help. I fixed it for now by placing the table in fullwidth grid element instead of a 1/1 content section.
    Still strange though. My preference would go to a 1/1 content section so it doesn’t stretch over the fullscreen on large displays, but the predefined max 1310px.
    Any ideas which css line of a content section preventing the stretch?

    Thank you

    S

    #610812

    Hi!

    Glad it worked out and you solved it with a nice solution.
    Please do let us know if we can do anything else to assist further, we wil be more than happy!

    Regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.