neounix
Dark Matter
5 posts
Recent Posts
-
Ghost Theme
Theme 2020-12-11 02:09 Post #29This theme is well done and fun on mobile! Thanks to all who contributed to make it even better! -
Graceful Theme
Theme 2020-03-24 09:11 Post #76Hi @awesomerobot Kris, The way we got the wide look we wanted was to be less graceful and hide the .timeline-container. #main-outlet { width: auto; max-width: 70%; } .topic-body { width: 100%; } .timeline-container .topic-timeline { display: none; } Not very graceful but at least itโs working... -
Graceful Theme
Theme 2020-03-23 11:20 Post #73Steven: .topic-body { width: calc(690px + (11px * 2)); } Change Hi @Steven, Added the following to the desktop CSS: #main-outlet { width: auto; max-width: 80%; } .topic-body { width: calc(1020px + (11px * 2)); } It worked partially, but there is some issue. Perhaps you know the CSS trick to fix... -
Graceful Theme
Theme 2020-03-23 07:32 Post #72Thanks! Will give it a go later and post back the results. I tried changing .topic-body yesterday, but Iโll try again based on your suggestion @Steven -
Graceful Theme
Theme 2020-03-22 04:41 Post #70@awesomerobot Very nice theme. Iโm trying to make Graceful much wider on desktop. Tried this: #main-outlet { width: auto; max-width: 1210px; /* This makes the container as wide as the logo/header controls */ } and this CSS made the overall container wider; and the suggested topics at the bottom...