• Resolved silinhu

    (@silinhu)


    As the title says, on mobile the bulk table is unformated! The link show one example where you can see. Any Thoughts?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support thisisirene

    (@thisisirene)

    Hello!

    Seems to be it’s your theme’s styles.

    Please, look at these code in the ‘responsive.css’ file:

    @media only screen and (max-width:420px) {
    ...
    	
    	table {
    		overflow-x: auto;
    		display: flex;
    	}
    }

    If you change this code, the table will be formatted.

    Thread Starter silinhu

    (@silinhu)

    Thnk thisirene but, im a complete noob at wordpress so, is it suppose to add the CSS code or change one already existing code? (dont laught plz lol)

    Plugin Support thisisirene

    (@thisisirene)

    Please, create a new ticket via our helpdesk, and we will try to figure out the solution.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Bulk table wrong format’ is closed to new replies.