• Hye!
    Me again!

    I have put table in my page and they don’t “follow” the border limit in android or iphone phone web explorer.
    is it possible to create a line code would say ‘<th>’ become ‘<tr>’ ?
    And also the size be ok with phone.

    My trouble

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi,

    Go to admin Panel dashboard-> appearance-> theme options-> general settings and find custom css and paste the below code there.

    table th {
        display: inline-block !important;
    }

    Now save the changes.
    Thanks.

    Thread Starter Walkonthemoon

    (@walkonthemoon)

    great!!
    it work perfectly!!
    Now i just need that the size of image in my table match… for the one which are too large, i don’t want to decrease size on computer web explorer…
    How can i decrease size and centering them for mobile?

    thanks again!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘phone trouble’ is closed to new replies.