mhupp Posted June 10, 2022 Share Posted June 10, 2022 (edited) I know you can change the themes but is there a way to change the width of the #ipsLayout_contentArea ? --container--width: 1340px; currently --container--width: 2340px; would like it to be Edited June 10, 2022 by mhupp Quote Link to comment Share on other sites More sharing options...
CADTutor Posted June 12, 2022 Share Posted June 12, 2022 Unfortunately, it's not quite as simple as just changing the width on that container. The CSS does not contain media queries for breakpoints beyond the current maximum column width. Consequently, the layout may break at wider column widths, requiring a significant amount of work beyond simply making the column wider. It would also result in wider content areas with longer lines of text, which are generally more difficult to read. I'm not ruling out further theme options in the future, and certainly, if there is support for such a change from the wider CADTutor community, I'd be happy to consider this for a future update. 2 Quote Link to comment Share on other sites More sharing options...
mhupp Posted July 28, 2022 Author Share Posted July 28, 2022 I have found this for Firefox. :root { --container--width: 2000px; } 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.