Page with columns is not readable on mobile

  • Author
    Posts
  • #37801
    Peter

    Hi,

    I’m using the theme and like it a lot. We use it for our sport club. We publish lots of result but we need posts with columns. The only comments I get is that not all columns are readable on mobile devices. Example is on http://www.start78.nl/open-nrd-ned-kampioenschap-meerkamp-stadskanaal-23-juli-2016/ Do you have any tips on how to resolve this for example with a page scroll bar or something else?

    #37869
    Zed
    Cryout Creations mastermind

    Tables are inherently non-responsive. What I could suggest is to add this customs CSS:

    .pf-content {
        overflow: auto;
    }

    to trigger a horizontal scrollbar on the table container.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Page with columns is not readable on mobile’ is closed to new replies.