Comments 1Przemyslaw started the conversationNovember 23, 2017 at 4:05pmHey guysFirst I need to say that this is by far one of the best plugins I have used in wordpress. Really great work.I have small issue with the tables I created here: http://hawkfx-trading.com/signals/As you can see, the second table is not full-width. This table has the scrollable function enabled. Because I want them on mobile phones to be scrollable. But I would like to keep it in full-width on desktop version.Please can you guide me or help me out.Many thanksPrzemyslaw 1Przemyslaw repliedNovember 23, 2017 at 4:28pmOk I have managed it somehow with custom css code:@media(min-width: 970px){ body .wpDataTablesWrapper div.wdtscroll { width: 100%; overflow-x: visible !important; } body .wpDataTablesWrapper table.scroll { width: 100%!important; }} 472Isidora repliedNovember 23, 2017 at 6:18pmHi Przemyslaw,Thank you for your purchase.We are glad that you found a solution.Kind Regards, Isidora Markovic wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs You can try our wpDataTables add-ons before purchase on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables Sign in to reply ...
Hey guys
First I need to say that this is by far one of the best plugins I have used in wordpress. Really great work.
I have small issue with the tables I created here: http://hawkfx-trading.com/signals/
As you can see, the second table is not full-width. This table has the scrollable function enabled. Because I want them on mobile phones to be scrollable.
But I would like to keep it in full-width on desktop version.
Please can you guide me or help me out.
Many thanks
Przemyslaw
Ok I have managed it somehow with custom css code:
@media(min-width: 970px){
body .wpDataTablesWrapper div.wdtscroll {
width: 100%;
overflow-x: visible !important;
}
body .wpDataTablesWrapper table.scroll {
width: 100%!important;
}
}
Hi Przemyslaw,
Thank you for your purchase.
We are glad that you found a solution.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables