Hi, I installed phpbb3 portal on my board3_portal_2_0_1.zip's. But one thing I've noticed. Portal size seems too narrow. I tried, but I want to change the width of the Control Panel Management If I can do this. As in the picture below. I hope we can solve this problem with the code. Can you give me the way to the Home Page or the Administration Control Panel to expand the code to expand outside the Home Page Is there another way? Waiting for your help. Thanks in advance.
Expand the size of the Portal
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 3
- Joined: 17. May 2011 18:52
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: Expand the size of the Portal
Those settings only change the width of columns which means your center column will become narrower. Your style is probably restricting the size of your portal. A link to your board might actually help though.
-
Topic author - Active Member
- Posts: 3
- Joined: 17. May 2011 18:52
Re: Expand the size of the Portal
But what can we do and what codes you can do this encoding stylesheet file. Can you help with this?
Re: Expand the size of the Portal
I know this is a bit late but, If you want to change the width of your form to better accommodate the portal you need to open your styles "common.css"
Find this area
And change it however you like.
You may want to refer to this
https://www.phpbb.com/kb/article/fixed-width-prosilver/
Its more of a phpbb issue, not a Board3Portal issue.
Hope this helps!
Find this area
Code: Select all
/* Main blocks
---------------------------------------- */
#wrap {
padding: 0 20px;
min-width: 650px;
}
You may want to refer to this
https://www.phpbb.com/kb/article/fixed-width-prosilver/
Its more of a phpbb issue, not a Board3Portal issue.
Hope this helps!
-
Topic author - Active Member
- Posts: 3
- Joined: 17. May 2011 18:52
Re: Expand the size of the Portal
I was able to expand its mid-block on the portal.
Open:
Find:
Change:
Open:
Code: Select all
http://www.yoursite.com/styles/yourtheme/template/portal/portal_body.html
Code: Select all
<table id="portal-body" cellpadding="0" cellspacing="0" border="0" width="100%">
Code: Select all
width="130%"
Re: Expand the size of the Portal
Mordynak wrote:I know this is a bit late but, If you want to change the width of your form to better accommodate the portal you need to open your styles "common.css"
Find this areaAnd change it however you like.Code: Select all
/* Main blocks ---------------------------------------- */ #wrap { padding: 0 20px; min-width: 650px; }
You may want to refer to this
https://www.phpbb.com/kb/article/fixed-width-prosilver/
Its more of a phpbb issue, not a Board3Portal issue.
Hope this helps!
this is the best one to make your whole board fit better on different screen resolutions. the 130% is not the best as it will cause overlapping of blocks and the whole page may not site right on the screen width ways.
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!
Talonos: Pretereo stormrage EU OFFLINE!