Responsive not working
Responsive not working
antonis80
Posts: 18Questions: 8Answers: 0
I am using PHP Editor responsive table. however it does NOT work, Instead the table expands the column width and goes out of border. Any advice on this?
Thanks
This discussion has been closed.
Answers
Thanks for your question - however, can you link to a test case showing the issue please. This will allow the issue to be debugged.
Information on how to create a test page, if you can't provide a link to your own page can be found here.
Thanks,
Allan
thanks for the response Alan. can i add a screenshot here instead?
attached image for issue. Note i am using the php editor responsive extension.
in addition if add the following css:
table{
margin: 0 auto;
width: 100%;
clear: both;
border-collapse: collapse;
table-layout: fixed;
white-space: -moz-pre-wrap !important;/* Mozilla, since 1999 /
white-space: -pre-wrap; / Opera 4-6 /
white-space: -o-pre-wrap; / Opera 7 /
white-space: pre-wrap; / css-3 /
word-wrap: break-word; / Internet Explorer 5.5+ /
white-space: -webkit-pre-wrap; / Newer versions of Chrome/Safari/
/word-break: break-all;
white-space: normal;*/
word-wrap:break-word;
}
see attachment for issue again..... it does NOT display the last column in the "+" area eventhough i am using responsive extension. The "+" appears only when i resize my window screen. ~~~~
Hi,
The screenshot just shows me it not working, not why it is not working.
I'd really need a link to the page showing the issue.
Also, could you try it without
table-layout: fixed
please. That is not something that has been extensively tested.Allan