is it possible to expand width - MyInvision
is it possible to expand width
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;
/* Main blocks
---------------------------------------- */
.wrap {
border: 1px solid transparent;
border-radius: 8px;
margin: 0 auto;
max-width: 95%;
min-width: 625px;
padding: 15px;
-
- Registered User
- Posts: 16
- Joined: Fri Jun 26, 2020 2:43 am
Re: is it possible to expand width
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.
-
- Registered User
- Posts: 2004
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
-
- Registered User
- Posts: 16
- Joined: Fri Jun 26, 2020 2:43 am
Re: is it possible to expand width
Expanding site width also increased avatar box size. is it possible to reduce avatar box size. image attached, and website is gametalk.inMannix_ 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.
-
- Registered User
- Posts: 16
- Joined: Fri Jun 26, 2020 2:43 am
Re: is it possible to expand width
You could try adding
at the bottom of myinvision.css file
Code: Select all
.avatar-container {
max-width: your value in px;
}
-
- Registered User
- Posts: 2004
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
-
- Registered User
- Posts: 16
- Joined: Fri Jun 26, 2020 2:43 am
Re: is it possible to expand width
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
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
-
- Registered User
- Posts: 88
- Joined: Fri Jan 27, 2006 1:19 pm
- Location: LA,Calif.
Re: is it possible to expand width
it exists in 3.4.0 in colours.css look at line 89-95 max-width is at line 91
-
- Registered User
- Posts: 2004
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
Re: is it possible to expand width
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
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
-
- Registered User
- Posts: 88
- Joined: Fri Jan 27, 2006 1:19 pm
- Location: LA,Calif.
Re: is it possible to expand width
Sorry for late reply. Did you purge your browser cache after making changes???
-
- Registered User
- Posts: 2004
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt