Hi Support,
With reference to:
https://kriesi.at/support/topic/table-alignment-3/
I added the code from the above link and the desktop version worked, but just checked mobile and this is out of sync now.
What is the code for mobile please.
Thanks in advance.
http://www.mygranalacant.com/gran-alacant-telephone-directory/
Hi Wils1234!
Switch it to this.
<style type = "text/css">
@media screen and (max-width: 767px) {
tr > td:last-child { width: 25% !important; }
}
@media screen and (min-width: 767px) {
tr > td:last-child { width: 50% !important; }
}
</style>
And then play around with the width values until it looks good.
Best regards,
Elliott