Jump to content

WHMCS Project Addon - Small Screen/Mobile CSS Tweaks


Recommended Posts

/* makes WHMCS Project Addon area workable on small screens */
/* by max@molehill.net.au | change px to resize as you would like */
/* to be added to /modules/addons/project_management/css/style.css */

@media only screen and (max-width: 1239px)
{
#bodyContentWrapper {min-width 0px;}
#left_side {display: none;}
#content_container {min-width: 0px;}
#content_container #content {margin: 0;}
}

 

This doesn't change the top header bar of WHMCS (so that's still wider than a small screen), but it WILL make the project area workable on screens smaller than 1240px, which is what is set by WHMCS as default min-width.

 

need to get an opensource version of WHMCS and the templates so I can make the whole thing responsive (one day maybe) !! Hope this helps someone - as I often have multiple windows on screens - so don't want the project/task list taking up a whole screen while working - just off the side is nice for me ;)

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