MyInvision

is it possible to expand width - MyInvision

is it possible to expand width

by joemaxpayne » Sat Aug 01, 2020 6:16 pm

i want to use it 95% of screen space. i tried changing the code below but didnt work

/* Main blocks
---------------------------------------- */
.wrap {
border: 1px solid transparent;
border-radius: 8px;
margin: 0 auto;
max-width: 95%;
min-width: 625px;
padding: 15px;
joemaxpayne
Registered User
Posts: 16
Joined: Fri Jun 26, 2020 2:43 am

Re: is it possible to expand width

by Mannix_ » Sat Aug 01, 2020 6:28 pm

Do that in colours.css file instead of common.css and then it should work. For some reason I added this code twice gonna need to fix this in the next revision.
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2004
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: is it possible to expand width

by joemaxpayne » Sat Aug 01, 2020 6:57 pm

now it works. thx Mannix
joemaxpayne
Registered User
Posts: 16
Joined: Fri Jun 26, 2020 2:43 am

Re: is it possible to expand width

by joemaxpayne » Sat Aug 01, 2020 8:24 pm

Mannix_ wrote:Do that in colours.css file instead of common.css and then it should work. For some reason I added this code twice gonna need to fix this in the next revision.
Expanding site width also increased avatar box size. is it possible to reduce avatar box size. image attached, and website is gametalk.in
Attachments
avt.jpg
joemaxpayne
Registered User
Posts: 16
Joined: Fri Jun 26, 2020 2:43 am

Re: is it possible to expand width

by Mannix_ » Sun Aug 02, 2020 6:17 am

You could try adding

Code: Select all

.avatar-container {
    max-width: your value in px;
}
at the bottom of myinvision.css file
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2004
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: is it possible to expand width

by joemaxpayne » Mon Aug 03, 2020 1:13 am

it works. thx again Mannix.
joemaxpayne
Registered User
Posts: 16
Joined: Fri Jun 26, 2020 2:43 am

Re: is it possible to expand width

by johns1124 » Sun Sep 01, 2024 2:34 pm

Is this the same process with 3.4.0?

I looked for the Main Block in Colours.css and could not find it. Only in common and it didn't work.

Thanks in Advance

John
johns1124
Registered User
Posts: 88
Joined: Fri Jan 27, 2006 1:19 pm
Location: LA,Calif.

Re: is it possible to expand width

by Mannix_ » Sun Sep 01, 2024 2:42 pm

it exists in 3.4.0 in colours.css look at line 89-95 max-width is at line 91
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2004
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: is it possible to expand width

by johns1124 » Tue Sep 03, 2024 10:49 pm

Thanks for the reply Mannix,

I'm trying to make my forum a tad bit wider, but having a time doing it. I changed the above line #91 in colours.css and it does not seem to work.

the forum is at thecappersforum.com

if you have any ideas I would appreciate it.

John
johns1124
Registered User
Posts: 88
Joined: Fri Jan 27, 2006 1:19 pm
Location: LA,Calif.

Re: is it possible to expand width

by Mannix_ » Tue Sep 17, 2024 6:08 pm

Sorry for late reply. Did you purge your browser cache after making changes???
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2004
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt