Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Mental123

    (@mental123)

    tnx friend but see,
    i make simple tables in my posts with the editor
    for example this is one of them

    <table style="height: 154px;" width="720">
    <tbody>
    <tr>
    <td>  test suject</td>
    <td> test suject</td>
    <td>test suject</td>
    <td> test suject</td>
    </tr>
    <tr>
    <td> test1</td>
    <td> test1</td>
    <td>test1</td>
    <td> test1</td>
    </tr>
    <tr>
    <td> test2</td>
    <td> test2</td>
    <td>test2</td>
    <td> test2</td>
    </tr>
    <tr>
    <td> test3</td>
    <td> test3</td>
    <td>test3</td>
    <td> test3</td>
    </tr>
    </tbody>
    </table>
    &nbsp;

    now when i want to responsive my theme for 360p :
    @media only screen and (max-width: 360px)
    i don`t know what css put in media queries to responsive this table

Viewing 1 replies (of 1 total)