WebSite X5Help Center

5 ODPOWIEDZI - 1 POMOCNY
Andreas S.
Andreas S.
Moderator
Najlepszy Użytkownik miesiąca DE

A bar is displayed at the bottom of the table object in responsive display. By default, you cannot change this.

You can only use my exclusive code to make the table responsive. However, I don't know if this also applies to the images in the table.

The code belongs on the page where the table object is included under "3" properties tab "Advanced" before the </head> tag!

<style> table {word-break: break-word;} </style>

<script> $( document ).ready(function() { $("table").css("width", "");}); </script>

Czytaj więcej
Posted on the from Andreas S.
Bahadır  A.
Bahadır A.
User
Autor

Thanks Andreas 

but it is not work you are right when i use text code is work good

do you have different code

thanks  

Czytaj więcej
Posted on the from Bahadır A.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Najlepszy Użytkownik miesiąca PT
Bahadır A.
... ... ... problem is table item does not resize in mobile mode ... ... ...  

(It > En)  ... to elasticize your table you have to use this variant of mine to the original code:

<style>
@media (max-width: 800px) {
table {word-break:break-word;width:100% !important;}
table td {height:auto !important;}
table img {max-width:100% !important;max-height:100% !important;} }
</style>

..............................

ciao

.............................

...

...!... when you suggest an EXTRA code that is not common and of a certain importance, it would always be good to remember the > source or the author...!...

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪
Bahadır  A.
Bahadır A.
User
Autor

süper teşekkürler KolAsım

sen benim favorimsin 

Czytaj więcej
Posted on the from Bahadır A.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Najlepszy Użytkownik miesiąca PT

...wink...

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪