Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #258224
    Heinz
    Participant

    Hello

    I show a page with a table from a plug-in from another manufacturer. The column width of the fields can be specified there, but this setting does not matter. I suspect that the table width is limited by the template. I want to be able to scroll the table sideways, like now, but want it to be wider so the columns don’t appear on multiple rows. Here is the page: https://vah.ch/restaurant-liste/
    Is that possible?

    Many thanks for the help.

    Best regards
    Heinz

    #258263
    Skandha
    Participant

    @henebe: Hello Heinz,
    I checked your site and I was able to scroll sideways to view the content on the table. Is the issue resolved?

    Kind Regards,
    Skandha

    #258270
    Heinz
    Participant

    No the problem is not solved. Yes, I can scroll sideways. But I want the table to be even wider, and thus also the columns, so that they don’t have a line break.

    #258429
    Skandha
    Participant

    @henebe: Hello Heinz,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-1137 .wrapper {
        max-width: 100%;
    }
    .page-id-1137 .site-content .wrapper {
        padding: 0px;
    }

    I think this is the widest the table can be made.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #258436
    Heinz
    Participant

    Hallo Skandha
    Vielen Dank. Ja es funktioniert auf einem grossen Bildschirm. Die Fusszeile ist zwar jetzt ausserhalb der Seite. Aber da kann ich leben damit. Auf dem Handy ist es leider nicht besser geworden, aber ich nehme an, dass es da keine Lösung gibt. Mir ist aufgefallen, dass die Spalten-Breite genau so breit ist wie der Spaltentitel.
    Freundliche Grüsse
    Heinz

    #258438
    Heinz
    Participant

    Hello Skandha
    Many thanks. Yes it works on a big screen. The footer is now outside the page. But I can live with it. Unfortunately, it hasn’t gotten any better on the phone, but I suppose there is no solution. I noticed that the column width is just as wide as the column title.
    Best regards
    Heinz

    #258513
    Skandha
    Participant

    @henebe: Hello Heinz,
    I think the best way is to leave the table as it is without the above CSS Code. Overall it will look better.

    Kind Regards,
    Skandha

    #258581
    Heinz
    Participant

    Thank you for your help. I will still test which variant is better

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Page width’ is closed to new replies.