How do I lengthen the width of my widgets and categories?
Page 1 of 1
How do I lengthen the width of my widgets and categories?
Technical Details
Forum version : #ModernBB
Position : Founder
Concerned browser(s) : Google Chrome
Screenshot of problem : https://i.gyazo.com/4b011447e1120c9ea103ad5ed98df1f4.png
Who the problem concerns : Yourself
Forum link : https://jujutsu-kaisen.forumotion.com/
Description of problem
Is there a code to fix this issue without messing anything up? If I leave my forum looking like this it will not look as good as it could. Towards the left is a large space that is making the width of everything short (latest topics included) Here is an image below.
Last edited by Ultimus on February 22nd 2021, 10:16 am; edited 1 time in total
Ultimus- Forumember
-
Posts : 49
Reputation : 1
Language : English
Re: How do I lengthen the width of my widgets and categories?
Do you have the widgets active on the left side?
ACP(Admin Control Panel) > Modules > Portal & Widgets > Portal management > Portal general options > Space between columns
ACP(Admin Control Panel) > Modules > Portal & Widgets > Portal management > Portal general options > Space between columns


NEVER provide your founder's account or email
Please provide forum's URL when dealing with design and appearance issues
Don't forget to mark the topic as

PM Support is prohibited!
TOS | General Rules | FAQ | Tricks & Tips | Latest Updates | Introduce Yourself
Draxion- Support Moderator
-
Posts : 2504
Reputation : 321
Language : English
Location : USA
Re: How do I lengthen the width of my widgets and categories?
hello
to center the forum you could use this code
the page body is already at 100% width
to center the forum you could use this code
- Code:
#page-body {
margin-left: -80px;
}
the page body is already at 100% width
skouliki- Manager
-
Posts : 10585
Reputation : 1343
Language : English,Greek
Location : Greece
Ultimus likes this post
Re: How do I lengthen the width of my widgets and categories?
The code has worked, but is there way I can make the width a little bit longer?
Ultimus- Forumember
-
Posts : 49
Reputation : 1
Language : English
Re: How do I lengthen the width of my widgets and categories?
Please post a screenshot with what you want marked.


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.
SLGray- Administrator
-
Posts : 48854
Reputation : 3410
Language : English
Location : United States
Re: How do I lengthen the width of my widgets and categories?
add this to your css
- Code:
#wrap {
max-width: 100% !important;
}
skouliki- Manager
-
Posts : 10585
Reputation : 1343
Language : English,Greek
Location : Greece
TonnyKamper and Ultimus like this post
Re: How do I lengthen the width of my widgets and categories?
Okay thank you, this problem has been solved!
Ultimus- Forumember
-
Posts : 49
Reputation : 1
Language : English
skouliki- Manager
-
Posts : 10585
Reputation : 1343
Language : English,Greek
Location : Greece
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum