Jump to content

twenty-one: clientareadomains.tpl is not responsive


J-B

Recommended Posts

  • WHMCS Support Manager

Hi @J-B,

The behaviour of this page hasn't changed in v8.1.  The page will display the same in previous versions of WHMCS too on devices with very small widths.

We are tracking interest in changing this interface for small-screen devices and is something we may consider in future. I've added this thread to the internal case.

Thanks for your feedback.

 

 

 

Link to comment
Share on other sites

Someone might come up with a better way to do it, but I found adding the following to my custom.css helps in my case

.dataTables_wrapper table.table-list {
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

It's basically pinching the code from Bootstrap's default "table-responsive" class and applying it to the existing wrapper (to avoid a ton of template changes).

I have no idea why that is not being used already on all tables in WHMCS to be honest... 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated