Black

Avatar size / centered logo / profile on right? - Black

Avatar size / centered logo / profile on right?

by cools » Mon Aug 06, 2018 2:00 pm

Many thanks for keeping this theme maintained! :D

Wondering what avatar size you recommend? We were using the original Arty 3.1 with 150px wide avatars and it scaled the profile box next to posts appropriately - I'm happy enough to scale ours down if that's a pain to implement.

We also had the profile box on the right and a centred logo (no header text) done through the .scss configuration. I've had a play with the css and can't figure out how to get those done either.
cools
Registered User
Posts: 20
Joined: Wed Dec 24, 2008 6:20 pm

Re: Avatar size / centered logo / profile on right?

by MrGaby » Wed Aug 08, 2018 11:23 am

Hello,

For .scss configuration, you have to recompile your style: https://www.phpbb.com/customise/db/styl ... pic/141916

For avatar size, I do not understand what you want to do. Can you develop what you want? With a link to the forum or screenshots?
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 224
Joined: Sun Apr 02, 2017 8:04 pm

Re: Avatar size / centered logo / profile on right?

by cools » Wed Aug 08, 2018 11:50 am

But the Black theme for 3.2 is supplied pre-compiled? There's no .scss in the download.

I've figured out the avatar size by forcing the avatar width down rather than allowing the profile box to scale up.

.postprofile .avatar img {
max-width: 95%;
}

And fixed the overflowing pagination on search results pages.

.row .pagination {
margin: auto;
}
cools
Registered User
Posts: 20
Joined: Wed Dec 24, 2008 6:20 pm

Re: Avatar size / centered logo / profile on right?

by MrGaby » Wed Aug 08, 2018 12:45 pm

Sorry, you're right. Forget my message. Indeed, this is the Black version developed by Vinny. We will have to wait for his answers to your questions.
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 224
Joined: Sun Apr 02, 2017 8:04 pm