Forum Width
4 posters
Page 1 of 1
Forum Width
I've tried setting the width with set numbers and percentages. I inserted this code at the very top of my CSS:
And it did nothing.
This happened right after I inserted a different code into my CSS, although I can't remember which it was.
- Code:
.pun {
width: 50% !important;
}
And it did nothing.
This happened right after I inserted a different code into my CSS, although I can't remember which it was.
Re: Forum Width
Did you try here:
Administration Panel > General > Forum > Configuration
Forum Width:
Administration Panel > General > Forum > Configuration
Forum Width:
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Forum Width
Yeah, I used percentages and without percentages there. Nothing.
Plugged that code in, didn't do anything.
Plugged that code in, didn't do anything.
Re: Forum Width
Hello,
Tried inserted it on the bottom instead?
Tried inserted it on the bottom instead?
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: Forum Width
Uhmmm... that fixed the width, but now the colors are all off somehow @_@
S... solved?
S... solved?
Re: Forum Width
Hello,
Your wrappers minimum width is higher than your percentage value, because of this you will not see any changes if the percentage value is lower than your minimum width value.
You can adjust/remove the minimum width by the following CSS :
Your wrappers minimum width is higher than your percentage value, because of this you will not see any changes if the percentage value is lower than your minimum width value.
You can adjust/remove the minimum width by the following CSS :
- Code:
.pun { min-width:0 !important; }
Re: Forum Width
Okay, there we go.
Left minimum value at 0 and put the width to 70%. Looks good.
Appreciate it!
Left minimum value at 0 and put the width to 70%. Looks good.
Appreciate it!
Re: Forum Width
Since this thread appears to be solved, this topic is locked.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Forum Width
» Forum Width
» Forum Width and header help?
» i need a help about a forum width fix
» Forum width
» Forum Width
» Forum Width and header help?
» i need a help about a forum width fix
» Forum width
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum