• Resolved Rana

    (@masudrana247)


    I used [su_table responsive="yes"] to make table responsive but not working.

    It’s working only when i’m using the code below. why i need to use this code?

    @media only screen and (max-width: 768px) {
    .su-table-responsive td{
    display:block;
    
    }
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi Rana,

    responsive doesn’t mean single-column. The responsive option will try to fit your table into a page, and if it’s not possible it will add horizontal scrolling.

Viewing 1 replies (of 1 total)
  • The topic ‘Responsible table not working’ is closed to new replies.