Looking for feedback on minor theme adjustments. We're using a commercial, maintained theme, and the author agreed to help us with tweaks. We can probably wrangle up enough CSS knowledge among gerbils to make other small touches. No big changes!
So, what I'm thinking probably needs to happen first is two things:
1) Tighten up the header. I'm thinking of placing JbiNed at the top and the forum title/tag immediately to their right. Total height should be about under half of what's there now.
2) Tighten up the actual thread view, since there's a little too much whitespace around multiple elements of a single post, and we can save scrolling. It's actually not bad in longer posts like this one, but wastes space with single- or two-line posts.
3) Reducing font size ever so slightly. I don't want tiny text again.
Anything else that sticks out? Keep it reasonable.
Theme feedback
Realistically, on a long thread. If you page up even a little make the top navigation bar visible. That will save a lot of scrolling.
Also agree with Flying Fox. User bar could be thinner.
I like it but maybe swap the sides. Most of us are left-to-right readers. Then make that visible if you scroll up more than a reasonable amount (don't want the page to jerk around if you scroll up and down reading).1) Tighten up the header. I'm thinking of placing JbiNed at the top and the forum title/tag immediately to their right. Total height should be about under half of what's there now.
Also agree with Flying Fox. User bar could be thinner.
Last edited by Mr Bill on Wed Jul 08, 2020 5:26 pm, edited 1 time in total.
One quick question - are we doing 'top quoting' or 'bottom quoting' (heh, sorry I'm a juvenile still).morphine wrote: ↑Wed Jul 08, 2020 5:15 pm Looking for feedback on minor theme adjustments. We're using a commercial, maintained theme, and the author agreed to help us with tweaks. We can probably wrangle up enough CSS knowledge among gerbils to make other small touches. No big changes!
So, what I'm thinking probably needs to happen first is two things:
1) Tighten up the header. I'm thinking of placing JbiNed at the top and the forum title/tag immediately to their right. Total height should be about under half of what's there now.
2) Tighten up the actual thread view, since there's a little too much whitespace around multiple elements of a single post, and we can save scrolling. It's actually not bad in longer posts like this one, but wastes space with single- or two-line posts.
3) Reducing font size ever so slightly. I don't want tiny text again.
Anything else that sticks out? Keep it reasonable.
My only complaint is the header is a bit tall - otherwise. I'm easy. Easy like Sunday Morning.
And to clarify my post - I'm talking Header and Subheader - and most of the space in the subheader graphic, which you've already addressed.
Now just who is in the Grateful Dead Tshirt?
Last edited by DiMaestro on Wed Jul 08, 2020 5:36 pm, edited 1 time in total.
Uncultured Swine.
-
- Posts: 33
- Joined: Tue Jul 07, 2020 9:12 pm
- Location: The Internet
- Contact:
@Mr Bill, the little arrow in the lower-right of each post scrolls up to the top, if you just want to jump up with your mouse.
Tightening it up like morphine wants is a great start. All I'd really like to add is that we can set a max size on the width of the profile on each post. Takes two very small CSS edits.
media query css - add max-width: 100%:
content css - add max-width: 200px:
small post (phone size):
bigger post (desktop size):
Tightening it up like morphine wants is a great start. All I'd really like to add is that we can set a max size on the width of the profile on each post. Takes two very small CSS edits.
media query css - add max-width: 100%:
content css - add max-width: 200px:
small post (phone size):
bigger post (desktop size):
-
- Posts: 33
- Joined: Tue Jul 07, 2020 9:12 pm
- Location: The Internet
- Contact:
well, I mean, I know juuuuust enough, and I didn't want to propose any changes that I can't handle myself. LOL
The other thing I'd like to do (still working on it) is bringing the text of the post to the left closer to that divider. I think that's a side-effect of my previous edit that I didn't notice.
The other thing I'd like to do (still working on it) is bringing the text of the post to the left closer to that divider. I think that's a side-effect of my previous edit that I didn't notice.