Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Table width
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Table width
#56029
Table width 8 Years, 6 Months ago Karma: 0
I'm having a problem sizing my table as it does not fit neatly on the screen. I'm on laptop.

If I view it on a mobile device, I can't see the last column. I'm inputting from a CSV file

My table

How can I made my table fit the screen?
The administrator has disabled public write access.
 
#56030
Re:Table width 8 Years, 6 Months ago Karma: 747
Hello,

Send your order number by email please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56033
Re:Table width 8 Years, 6 Months ago Karma: 0
Have replied.
The administrator has disabled public write access.
 
#56035
Re:Table width 8 Years, 6 Months ago Karma: 747
Try to add the following code to "CSS Styles" parameter in module settings:


{$id} {table-layout:fixed;width:100% !important;}
{$id} TD {overflow:hidden;word-wrap:break-word;}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#56047
Re:Table width 8 Years, 6 Months ago Karma: 747
An old version of the module is installed on your site. Upgrade it to the latest version.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58285
Re:Table width 7 Years, 8 Months ago Karma: 0
I know this is an old post, but in case someone else is interested, I solved my 'wide table' issue by placing the module code inside article tags and linking to an external css for the article:

article { width:940px; overflow:scroll; }

It gives me horizontal and vertical scrolls.
The administrator has disabled public write access.
 
Go to topPage: 12